[med-svn] [Git][med-team/python-intervaltree-bio][master] ignore .pc dir for autopkgtests, closes #920545
Olivier Sallou
gitlab at salsa.debian.org
Sat Mar 9 15:52:27 GMT 2019
Olivier Sallou pushed to branch master at Debian Med / python-intervaltree-bio
Commits:
4f67ea8b by Olivier Sallou at 2019-03-09T15:51:55Z
ignore .pc dir for autopkgtests, closes #920545
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-intervaltree-bio (1.0.1-4) UNRELEASED; urgency=medium
+
+ * d/tests/control Ignore .pc directory for autopkgtest (Closes: #920545).
+
+ -- Olivier Sallou <osallou at debian.org> Sat, 09 Mar 2019 15:49:02 +0000
+
python-intervaltree-bio (1.0.1-3) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -12,5 +12,5 @@ export PYBUILD_NAME=intervaltree-bio
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- dh_auto_test -- --test-args "--verbose --datadir $(CURDIR)/debian/data"
+ dh_auto_test -- --test-args " --verbose --datadir $(CURDIR)/debian/data"
endif
=====================================
debian/tests/control
=====================================
@@ -1,12 +1,12 @@
Test-Command:
- python2 -m pytest --verbose --datadir debian/data
+ python2 -m pytest --ignore=.pc --verbose --datadir debian/data
Depends:
python-intervaltree-bio,
python-pytest
Restrictions: rw-build-tree
Test-Command:
- python3 -m pytest --verbose --datadir debian/data
+ python3 -m pytest --ignore=.pc --verbose --datadir debian/data
Depends:
python3-intervaltree-bio,
python3-pytest
View it on GitLab: https://salsa.debian.org/med-team/python-intervaltree-bio/commit/4f67ea8b607fa47520b553ce8776a37cf62a1713
--
View it on GitLab: https://salsa.debian.org/med-team/python-intervaltree-bio/commit/4f67ea8b607fa47520b553ce8776a37cf62a1713
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190309/26512fd4/attachment-0001.html>
More information about the debian-med-commit
mailing list