* debian/patches/regression_tests_disable_requirement_download.patch: New

patch, disables downloading python packages during regression tests.
This commit is contained in:
Michael Banck 2020-10-02 23:56:03 +02:00
parent 62284e0ddd
commit 2d2f3abf17
3 changed files with 13 additions and 0 deletions

2
debian/changelog vendored
View file

@ -8,6 +8,8 @@ patroni (2.0.1-1) UNRELEASED; urgency=medium
* debian/patches/requirements_setuptools.patch: Refreshed.
* debian/patches/startup_scripts.patch: Refreshed.
* debian/control (patroni/Depends): Added python3-cdiff.
* debian/patches/regression_tests_disable_requirement_download.patch: New
patch, disables downloading python packages during regression tests.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Wed, 26 Aug 2020 15:34:34 +0200

View file

@ -0,0 +1,10 @@
--- ./setup.py.orig 2020-10-02 23:25:24.398840743 +0200
+++ ./setup.py 2020-10-02 23:25:31.798538438 +0200
@@ -149,7 +149,6 @@
if not k.startswith(':') or evaluate_marker(k[1:]):
requirements.update(v)
- self.distribution.fetch_build_eggs(list(requirements))
self.run_tests()

View file

@ -2,3 +2,4 @@ startup_scripts.patch
acceptance_tests_system_patroni.patch
requirements_setuptools.patch
offline_intersphinx.patch
regression_tests_disable_requirement_download.patch