[Python-modules-commits] [ruamel.yaml] 07/09: d/rules: enable tests.
Vincent Bernat
bernat at moszumanska.debian.org
Wed Feb 17 10:09:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository ruamel.yaml.
commit e84b7a79295b21af470e8aa2a0ead205c85f9673
Author: Vincent Bernat <vincent at bernat.im>
Date: Wed Feb 17 09:39:24 2016 +0100
d/rules: enable tests.
---
debian/changelog | 1 +
debian/rules | 5 -----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a768ff7..bc83d2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruamel.yaml (0.10.23-1) UNRELEASED; urgency=medium
* New upstream release.
* d/watch: download from Bitbucket to get tests.
+ * d/rules: enable tests.
-- Vincent Bernat <bernat at debian.org> Wed, 17 Feb 2016 09:31:16 +0100
diff --git a/debian/rules b/debian/rules
index 40d2630..8595d7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,6 @@ export PYBUILD_BEFORE_BUILD_python3=cython3 ext/_ruamel_yaml.pyx
%:
dh $@ --with python3,python2 --buildsystem=pybuild
-# Unfortunately, the tarball is incomplete and we cannot run
-# tests. See:
-# https://bitbucket.org/ruamel/yaml/issues/17/test-roundtrippy-absent-from-release
-override_dh_auto_test:
-
override_dh_auto_install:
dh_auto_install
rm debian/python*-ruamel.yaml/usr/lib/python*/dist-packages/ruamel/yaml/make_win_whl.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ruamel.yaml.git
More information about the Python-modules-commits
mailing list