[med-svn] [Git][med-team/odil][master] 2 commits: run tests using the Python version being tested
Drew Parsons
gitlab at salsa.debian.org
Wed Sep 4 02:37:48 BST 2019
Drew Parsons pushed to branch master at Debian Med / odil
Commits:
37ee8283 by Drew Parsons at 2019-09-04T01:34:19Z
run tests using the Python version being tested
- - - - -
90bac715 by Drew Parsons at 2019-09-04T01:35:52Z
upload 0.10.0-5 to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+odil (0.10.0-5) unstable; urgency=medium
+
+ * Team upload.
+ * run tests using the Python version being tested
+
+ -- Drew Parsons <dparsons at debian.org> Wed, 04 Sep 2019 09:35:41 +0800
+
odil (0.10.0-4) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -69,7 +69,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ln -sr ./build/wrappers/python ./build/odil; \
ln -sr ./wrappers/python/*.py ./build/odil; \
cd build && \
- ../tests/run --no-network \
+ python$${Python} ../tests/run --no-network \
--nose nosetests$$(dpkg --compare-versions $${Python} ge 3 && echo "3") \
-E ".*"; \
cd ..; \
View it on GitLab: https://salsa.debian.org/med-team/odil/compare/5d0803bc6162aff23d7bee6d6248ce8f0c5b2e57...90bac7151cde256035d34d398d6394a6f2fde0c7
--
View it on GitLab: https://salsa.debian.org/med-team/odil/compare/5d0803bc6162aff23d7bee6d6248ce8f0c5b2e57...90bac7151cde256035d34d398d6394a6f2fde0c7
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/20190904/af9fc7e0/attachment-0001.html>
More information about the debian-med-commit
mailing list