You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
14 lines
395 B
Diff
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
|