This commit is contained in:
Michael Banck 2021-03-02 18:04:50 +01:00
parent fd6d67fb8d
commit 61f3a3293e
4 changed files with 4 additions and 6 deletions

4
debian/changelog vendored
View file

@ -6,10 +6,6 @@ patroni (2.0.2-1) UNRELEASED; urgency=medium
* debian/patches/acceptance_tests_system_patroni.patch: Refreshed.
* debian/patches/regression_tests_disable_requirement_download.patch:
Likewise.
* debian/control (Build-Depends): Added python3-pysyncobj.
* debian/tests/control: Added python3-pysyncobj to regression tests depends.
* debian/tests/test: Remove previously added removal of raft-based test
files.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Fri, 22 Jan 2021 12:46:05 +0100

1
debian/control vendored
View file

@ -29,7 +29,6 @@ Build-Depends:
python3-psutil,
python3-psycopg2 (>= 2.6.1),
python3-pycodestyle,
python3-pysyncobj,
python3-pytest,
python3-pytest-cov,
python3-setuptools,

View file

@ -44,7 +44,6 @@ Depends:
python3-kubernetes,
python3-mock,
python3-pytest-cov,
python3-pysyncobj,
@,
Tests: test
Restrictions: allow-stderr

4
debian/tests/test vendored
View file

@ -9,4 +9,8 @@ export TZ=UTC # suppress UnknownTimeZoneError('Etc/UTC',)
# clean up afterwards
trap 'rm -f /tmp/pgpass?' 0 2 3 15
# remove raft tests for now
rm -f tests/test_raft*py
rm -f patroni/dcs/raft.py patroni/raft_controller.py
python3 setup.py test