patroni/debian/patches/regression_tests_disable_requirement_download.patch
Michael Banck 079695e476 * debian/patches/acceptance_tests_system_patroni.patch: Refreshed.
* debian/patches/regression_tests_disable_requirement_download.patch:
    Likewise.
2021-02-23 12:00:48 +01:00

13 lines
383 B
Diff

Index: patroni/setup.py
===================================================================
--- patroni.orig/setup.py
+++ patroni/setup.py
@@ -151,7 +151,6 @@ class PyTest(Command):
if not k.startswith(':') or evaluate_marker(k[1:]):
requirements.update(v)
- self.distribution.fetch_build_eggs(list(requirements))
self.run_tests()