Files
macports-ports/python/py-stone/files/patch-remove-pytest-runner.diff
2026-01-21 09:18:17 -05:00

14 lines
395 B
Diff

--- setup.py.orig 2026-01-20 09:56:57
+++ setup.py 2026-01-20 09:57:09
@@ -20,9 +20,7 @@
with open('requirements.txt') as f: # pylint: disable=W1514
install_reqs += f.read().splitlines()
-setup_requires = [
- 'pytest-runner == 5.3.2',
-]
+setup_requires = []
# WARNING: This imposes limitations on test/requirements.txt such that the
# full Pip syntax is not supported. See also