aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-15 15:27:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-19 17:43:12 +0000
commitfe8a598aa5970004bf5f4e222e189a2c1d49bb2d (patch)
treef80bcc9cd2e2b3c7bf26f1fedb44631e81ebf281
parenta5889a8d98e5f652723d1a67f0f414347675cadd (diff)
downloadports-fe8a598aa5970004bf5f4e222e189a2c1d49bb2d.tar.gz
ports-fe8a598aa5970004bf5f4e222e189a2c1d49bb2d.zip
devel/py-pytest-mutagen: switch to USES=pytest
-rw-r--r--devel/py-pytest-mutagen/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-pytest-mutagen/Makefile b/devel/py-pytest-mutagen/Makefile
index 84365698a675..0e773648e9ad 100644
--- a/devel/py-pytest-mutagen/Makefile
+++ b/devel/py-pytest-mutagen/Makefile
@@ -16,12 +16,9 @@ USE_GITHUB= yes # LICENSE and tests are missing from PyPI distribution
GH_ACCOUNT= timpaquatte
GH_TAGNAME= b4cc63c # 1.3 tag is also missing
-USES= python:3.6+
+USES= python:3.6+ pytest
USE_PYTHON= autoplist distutils
NO_ARCH= yes
-TEST_ENV= PYTHONPATH="${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}"
-
-do-test:
- @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs
+PYTEST_BROKEN_TESTS= test_BST_mutations test_short_example test_separate_files
.include <bsd.port.mk>