[diffoscope] 01/01: d/rules: revert PYTHONPATH mangling, unneeded

Mattia Rizzolo mattia at debian.org
Mon Dec 25 15:41:28 CET 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository diffoscope.

commit 202caf9d5d134e95f870d5f19f89511d635c27e4
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Dec 25 15:34:34 2017 +0100

    d/rules: revert PYTHONPATH mangling, unneeded
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/changelog | 2 --
 debian/rules     | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aa8f1ca..bab575d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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:
diff --git a/debian/rules b/debian/rules
index 914a0de..2aae24d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list