summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-08-22 11:56:07 +0100
committerColin Watson <cjwatson@debian.org>2022-08-22 11:56:07 +0100
commitc1398a98da4a0463876dc073e566433066277cd0 (patch)
tree07e285cfe75bdc053d2aeb3be68118a6ed753f62
parent05e96b571d33d90c70bd2f32422158074b9cba7a (diff)
Switch from nose to pytest
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 841d7e5..bb0b13d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
python-libnacl (1.8.0-2) UNRELEASED; urgency=medium
+ [ Debian Janitor ]
* Bump debhelper from deprecated 9 to 13.
+ [ Colin Watson ]
+ * Switch from nose to pytest.
+
-- Debian Janitor <janitor@jelmer.uk> Thu, 26 Aug 2021 00:18:01 -0000
python-libnacl (1.8.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 9db5fbd..fc20549 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
pkg-config,
python3 (>= 3.1.2-8~),
python3-all,
- python3-nose,
+ python3-pytest,
python3-setuptools,
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-libnacl.git
diff --git a/debian/rules b/debian/rules
index 9b69d6f..812c5ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#! /usr/bin/make -f
export PYBUILD_NAME := libnacl
-export PYBUILD_TEST_NOSE := 1
+export PYBUILD_TEST_PYTEST := 1
%:
dh $@ --with python3 --buildsystem=pybuild