control: tag -1 +patch

Hi,

 The fix is quite straightforward.

I think that the Debian build does not care at all about tox.ini

Greetings

--

diff --git a/debian/control b/debian/control
index ff01635..575245b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
- python3-nose,
+ python3-pytest,
 python3-setuptools (>= 0.6b3),
Standards-Version: 4.6.2
Homepage: https://github.com/vmalloc/sentinels
diff --git a/debian/tests/control b/debian/tests/control
index 7d5f142..e357f3c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: python3-sentinels
Depends:
 python3-all,
- python3-nose,
+ python3-pytest,
 python3-sentinels,
diff --git a/debian/tests/python3-sentinels b/debian/tests/python3-sentinels
index 7e35384..0ffd588 100755
--- a/debian/tests/python3-sentinels
+++ b/debian/tests/python3-sentinels
@@ -4,5 +4,5 @@ cp -a README.rst tests/ "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/tests/"
export PYTHONWARNINGS=d
for py in $(py3versions -s); do
-  $py -m nose -v 2>&1
+  $py -m pytest -v 2>&1
done

Reply via email to