1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Remove py-pytest-runner from BUILD_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-10 23:14:07 +00:00
parent 4bc446735c
commit 57a53c376f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561149
2 changed files with 10 additions and 1 deletions

View File

@ -12,7 +12,6 @@ COMMENT= Python module to do attitude kinematics
LICENSE= GPLv3
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \

View File

@ -0,0 +1,10 @@
--- setup.py.orig 2018-12-08 03:30:44 UTC
+++ setup.py
@@ -88,7 +88,6 @@ setup(
},
# testing requires for pytest
- setup_requires=['pytest-runner'],
tests_require=['pytest'],