[Python-modules-commits] [pydot] 14/14: run tests from the upstream test/ dir

Sandro Tosi morph at moszumanska.debian.org
Sat Nov 25 19:47:23 UTC 2017


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

morph pushed a commit to branch master
in repository pydot.

commit 5aa9f0d9feb1a339c7dfb66e5ebdac6d431eedcc
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Nov 25 14:07:40 2017 -0500

    run tests from the upstream test/ dir
---
 debian/changelog | 4 +++-
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aaf3220..2a36d52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,11 +15,13 @@ pydot (1.2.3-1) UNRELEASED; urgency=medium
     - update upstream copyright notice
   * debian/control
     - bump Standards-Version to 4.1.1 (no changes needed)
+  * debian/rules
+    - run tests from the upstream test/ dir
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Sandro Tosi <morph at debian.org>  Sat, 25 Nov 2017 14:04:55 -0500
+ -- Sandro Tosi <morph at debian.org>  Sat, 25 Nov 2017 14:07:26 -0500
 
 pydot (1.0.28-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 5be7327..29487dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	for python in $(PY2VERS) $(PY3VERS); do \
 	# retrive the lib path \
 		LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print(b.build_purelib)") ; \
-		PYTHONPATH=$$LIB $$python debian/unittest/pydot_unittest.py ; \
+		PYTHONPATH=$$LIB $$python test/pydot_unittest.py ; \
 	done
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pydot.git



More information about the Python-modules-commits mailing list