Added Python module import Debian tests
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -2,6 +2,7 @@ python-taskflow (1.30.0-3) UNRELEASED; urgency=medium
|
||||
|
||||
* Standards-Version is 3.9.8 now (no change)
|
||||
* Added missing Debian tests dependencies
|
||||
* Added Python module import Debian tests
|
||||
|
||||
-- Ondřej Nový <novy@ondrej.org> Sat, 09 Apr 2016 19:31:18 +0200
|
||||
|
||||
|
||||
6
debian/tests/control
vendored
6
debian/tests/control
vendored
@@ -1,3 +1,9 @@
|
||||
Depends: python-taskflow
|
||||
Test-Command: cd "$ADTTMP" ; python -c "import taskflow ; print taskflow"
|
||||
|
||||
Depends: python3-taskflow
|
||||
Test-Command: cd "$ADTTMP" ; python3 -c "import taskflow ; print(taskflow)"
|
||||
|
||||
Tests: python-taskflow
|
||||
Depends: @, python-all, testrepository, python-mock, python-testtools, python-kazoo,
|
||||
python-kombu, python-zake, python-oslo-serialization, python-oslo-utils, python-oslotest,
|
||||
|
||||
Reference in New Issue
Block a user