Skip to content
Snippets Groups Projects
Verified Commit 202caf9d authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

d/rules: revert PYTHONPATH mangling, unneeded

parent 99b953fd
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,6 @@ diffoscope (89) unstable; urgency=medium
+ Allow non-text formats to output an empty diff.
* debian/clean:
+ Remove the egg file when cleaning.
* debian/rules:
+ Fix tests by adding PYTHONPATH.
[ Chris Lamb ]
* comparators:
......
......@@ -52,7 +52,7 @@ override_dh_auto_test:
# Let's avoid plonking everything in the "DOS/MBR" category, this is really not
# a sustainable filetype testing solution (e.g. c051ba9d and c1442405).
! grep 'DOS/MBR' -R diffoscope
PYTHONPATH="$(CURDIR)" dh_auto_test -O--buildsystem=pybuild
dh_auto_test -O--buildsystem=pybuild
override_dh_installman:
dh_installman -O--buildsystem=pybuild
......
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