[med-svn] [Git][med-team/odil][master] must specify nosetests3 to run tests with python3
Drew Parsons
gitlab at salsa.debian.org
Wed Sep 4 08:19:53 BST 2019
Drew Parsons pushed to branch master at Debian Med / odil
Commits:
8e8ad655 by Drew Parsons at 2019-09-04T07:19:13Z
must specify nosetests3 to run tests with python3
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+odil (0.10.0-7) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * must specify nosetests3 to run tests with python3
+
+ -- Drew Parsons <dparsons at debian.org> Wed, 04 Sep 2019 15:18:44 +0800
+
odil (0.10.0-6) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -53,7 +53,7 @@ override_dh_auto_build-indep:
override_dh_auto_test-arch-nopy:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ln -s build-nopy build
- cd build && python3 ../tests/run --no-network -e ".*"
+ cd build && python3 ../tests/run --no-network --nose nosetests3 -e ".*"
rm build
endif
View it on GitLab: https://salsa.debian.org/med-team/odil/commit/8e8ad6550caef93cc0840beaa04b3f29c6beedeb
--
View it on GitLab: https://salsa.debian.org/med-team/odil/commit/8e8ad6550caef93cc0840beaa04b3f29c6beedeb
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/3fe3e9e6/attachment.html>
More information about the debian-med-commit
mailing list