[Python-modules-commits] [cssutils] 04/04: Stop overriding some tests. Fixed by new upstream release.
Hugo Lefeuvre
hle at moszumanska.debian.org
Sat Sep 23 12:57:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
hle pushed a commit to branch master
in repository cssutils.
commit 1324dcc8affdbbcde422ff80d7f9f836ef805fe0
Author: Hugo Lefeuvre <hle at debian.org>
Date: Sat Sep 23 14:42:32 2017 +0200
Stop overriding some tests. Fixed by new upstream release.
---
debian/rules | 22 +++-------------------
1 file changed, 3 insertions(+), 19 deletions(-)
diff --git a/debian/rules b/debian/rules
index caf36f3..af9ed2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,31 +12,15 @@ export PYBUILD_INSTALL_ARGS_python3=--install-layout=deb
dh $@ --with python2,python3, --buildsystem=pybuild
override_dh_auto_test:
- # Disable buggy tests.
+ # Disable tests requiring internet access.
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS_python2="nosetests -v \
- --exclude=test_parseString \
- --exclude=test_parseFile \
--exclude=test_parseUrl \
- --exclude=test_combine \
- --exclude=test_cssText2 \
- --exclude=test_getMetaInfo \
- --exclude=test_errorhandler.py \
- --exclude=test_handlers \
- --exclude=test_parseUrl \
- --exclude=test_namespaces1 \
+ --exclude=test_handlers \
--where {build_dir}/cssutils/tests;" \
PYBUILD_TEST_ARGS_python3="nosetests3 -v \
- --exclude=test_parseString \
- --exclude=test_parseFile \
- --exclude=test_parseUrl \
- --exclude=test_combine \
- --exclude=test_cssText2 \
- --exclude=test_getMetaInfo \
- --exclude=test_errorhandler.py \
- --exclude=test_handlers \
--exclude=test_parseUrl \
- --exclude=test_namespaces1 \
+ --exclude=test_handlers \
--py3where {build_dir}/cssutils/tests;" \
dh_auto_test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cssutils.git
More information about the Python-modules-commits
mailing list