Commit 8e8ad655 authored by Drew Parsons's avatar Drew Parsons
Browse files

must specify nosetests3 to run tests with python3

parent 2da4e8fc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
odil (0.10.0-7) UNRELEASED; urgency=medium

  * Team upload.
  * must specify nosetests3 to run tests with python3

 -- Drew Parsons <dparsons@debian.org>  Wed, 04 Sep 2019 15:18:44 +0800

odil (0.10.0-6) unstable; urgency=medium

  * Team upload.
+1 −1
Original line number Diff line number Diff line
@@ -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