Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 15:14:56 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
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
Message-ID:  <201809211514.w8LFEuXD013769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809211514.w8LFEuXD013769>