From owner-svn-ports-all@freebsd.org Fri Sep 21 15:14:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5220109C947; Fri, 21 Sep 2018 15:14:56 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F6AA82FAE; Fri, 21 Sep 2018 15:14:56 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 563F76BBB; Fri, 21 Sep 2018 15:14:56 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8LFEubZ013770; Fri, 21 Sep 2018 15:14:56 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8LFEuXD013769; Fri, 21 Sep 2018 15:14:56 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201809211514.w8LFEuXD013769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 21 Sep 2018 15:14:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480277 - head/devel/py-pytest-helpers-namespace X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/devel/py-pytest-helpers-namespace X-SVN-Commit-Revision: 480277 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2018 15:14:56 -0000 Author: matthew Date: Fri Sep 21 15:14:55 2018 New Revision: 480277 URL: https://svnweb.freebsd.org/changeset/ports/480277 Log: tox considered harmful when used in conjunction with poudriere. Plus the pypi distfile for this module has had all of the test code stripped out of it, so actually running the tests is a mite tricky. Modified: head/devel/py-pytest-helpers-namespace/Makefile Modified: head/devel/py-pytest-helpers-namespace/Makefile ============================================================================== --- head/devel/py-pytest-helpers-namespace/Makefile Fri Sep 21 15:11:39 2018 (r480276) +++ head/devel/py-pytest-helpers-namespace/Makefile Fri Sep 21 15:14:55 2018 (r480277) @@ -20,7 +20,9 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -do-test: - @cd ${WRKSRC} && ${LOCALBASE}/bin/tox-${PYTHON_VER} +# pypi tarball does not contain any of the test code? + +#do-test: +# @cd ${WRKSRC} && ${LOCALBASE}/bin/pytest-${PYTHON_VER} tests .include