Skip to content
Snippets Groups Projects
Commit bd7dce68 authored by Colin Watson's avatar Colin Watson
Browse files

Run tests with PYTHONNODEBUGRANGES=yes

Closes: #1054938
parent 43a65d48
No related branches found
No related tags found
No related merge requests found
python-tblib (3.0.0-2) UNRELEASED; urgency=medium
* Run tests with PYTHONNODEBUGRANGES=yes (closes: #1054938).
-- Colin Watson <cjwatson@debian.org> Tue, 05 Dec 2023 15:43:23 +0000
python-tblib (3.0.0-1) unstable; urgency=medium
* New upstream release.
......
......@@ -8,3 +8,6 @@ export PYBUILD_TEST_ARGS_python3.10 = -vv tests {dir}/README.rst
%:
dh $@ --buildsystem=pybuild
override_dh_auto_test:
PYTHONNODEBUGRANGES=yes dh_auto_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment