Skip to content

Commit

Permalink
devel/py-pytest-lazy-fixture: Convert to USE_PYTHON=pytest
Browse files Browse the repository at this point in the history
- Add TEST_DEPENDS
  • Loading branch information
sunpoet committed Jun 9, 2022
1 parent b09a5b4 commit 410fda7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-pytest-lazy-fixture/Makefile
Expand Up @@ -13,9 +13,10 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.5:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent distutils pytest

NO_ARCH= yes

Expand Down

0 comments on commit 410fda7

Please sign in to comment.