ports/sysutils/iocage/files/patch-setup.py
Michael Gmelin 12d8f46d9b sysutils/iocage: Add test target, no pytest-runner
Move test dependencies to TEST_DEPENDS and add test target.
Patch out pytest-runner locally.

PR:		251447
Reported by:	koobs
2021-07-20 11:13:14 +02:00

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']