* debian/tests/test: Remove previously added removal of raft-based test

files.
This commit is contained in:
Michael Banck 2021-03-01 18:24:44 +01:00
parent a6cbcc2477
commit fd6d67fb8d
2 changed files with 2 additions and 4 deletions

2
debian/changelog vendored
View file

@ -8,6 +8,8 @@ patroni (2.0.2-1) UNRELEASED; urgency=medium
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

4
debian/tests/test vendored
View file

@ -9,8 +9,4 @@ 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