[Python-modules-commits] [python-pyftpdlib] 01/02: set TRAVIS=1 to skip one unit test, marked by upstream as "failing on Travis"
Wolfgang Borgert
debacle at moszumanska.debian.org
Sun Dec 25 20:55:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-pyftpdlib.
commit f243c17289d515db5c2b970364465187d3d322d1
Author: W. Martin Borgert <debacle at debian.org>
Date: Sun Dec 25 20:44:09 2016 +0000
set TRAVIS=1 to skip one unit test, marked by upstream as "failing on Travis"
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 2cc8da0..709c66c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ export PYBUILD_NAME=pyftpdlib
override_dh_auto_test:
ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
- PYTHONPATH=. python pyftpdlib/test/runner.py
- PYTHONPATH=. python3 pyftpdlib/test/runner.py
+ PYTHONPATH=. TRAVIS=1 python pyftpdlib/test/runner.py
+ PYTHONPATH=. TRAVIS=1 python3 pyftpdlib/test/runner.py
endif
override_dh_python2:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyftpdlib.git
More information about the Python-modules-commits
mailing list