summaryrefslogtreecommitdiff
path: root/debian/control
diff options
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index f1af0bd..b2b5cf8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,9 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
postgresql,
+ pybuild-plugin-pyproject,
python3-all,
- python3-nose,
+ python3-pytest,
python3-pg8000,
python3-psycopg2,
python3-setuptools,
@@ -32,5 +33,3 @@ Description: Python testing.* framework - PostgreSQL helpers (Python 3)
testing.postgresql contains helper classes to work with a temporary
PostgreSQL server. It automatically sets up a PostgreSQL instance in a
temporary directory, and destroys it after testing.
- .
- This package contains the Python 3 version.