diff options
Diffstat (limited to 'devel/py-pytest-timeout/Makefile')
-rw-r--r-- | devel/py-pytest-timeout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pytest-timeout/Makefile b/devel/py-pytest-timeout/Makefile index a9fa8f1d1e75..51c33977c763 100644 --- a/devel/py-pytest-timeout/Makefile +++ b/devel/py-pytest-timeout/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5.0.0:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV+= PYTHONPATH=${TEST_WRKSRC} |