mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
Move test dependencies to TEST_DEPENDS and add test target. Patch out pytest-runner locally. PR: 251447 Reported by: koobs
11 lines
365 B
Python
11 lines
365 B
Python
--- setup.py.orig 2019-09-26 07:23:24 UTC
|
|
+++ setup.py
|
|
@@ -58,7 +58,7 @@ setup(
|
|
'dnspython>=1.15.0',
|
|
'libzfs'
|
|
],
|
|
- setup_requires=['pytest-runner'],
|
|
+# setup_requires=['pytest-runner'],
|
|
entry_points={'console_scripts': ['iocage = iocage_lib:cli']},
|
|
data_files=_data,
|
|
tests_require=['pytest', 'pytest-cov', 'pytest-pep8']
|