summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@debian.org>2024-02-09 19:23:07 +0200
committerPeter Pentchev <roam@debian.org>2024-02-09 19:23:07 +0200
commit2dc5440a7104994c9b9f1cddb8cbd20f9b5a399c (patch)
tree613a55b1b7e6b940384a78a31d26c00158143339
parent55dc95b9d86da27b7ac066f48e120004058ff3e8 (diff)
Update the Debian packaging for parse-stages 0.1.8
-rw-r--r--debian/changelog7
-rw-r--r--debian/tests/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 959ae00..c171168 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-parse-stages (0.1.8-1) UNRELEASED; urgency=medium
+
+ * New upstream release:
+ - update debian/tests/control for the new unit tests path
+
+ -- Peter Pentchev <roam@debian.org> Fri, 09 Feb 2024 19:19:27 +0200
+
python-parse-stages (0.1.7-1) unstable; urgency=medium
* Point the watch file to the Ringlet website and verify the OpenPGP
diff --git a/debian/tests/control b/debian/tests/control
index 22921eb..8451816 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
-Test-Command: python3 -m pytest unit_tests
+Test-Command: python3 -m pytest tests/unit
Depends: @, python3-pytest
Features: test-name=upstream-python