py-semver doesn't actually use py-tox for tests, remove TDEP

This commit is contained in:
sthen 2022-12-19 13:15:38 +00:00
parent e2832ebdc4
commit 9e1d2e0c59
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ MODPY_PYBUILD = setuptools
MODPY_PI = Yes
MODPY_PYTEST_ARGS = test_semver.py
TEST_DEPENDS = devel/py-test-cov${MODPY_FLAVOR} \
devel/py-tox${MODPY_FLAVOR} \
devel/py-virtualenv${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-test-cov${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3