Added Python module import Debian tests

This commit is contained in:
Ondřej Nový
2016-04-29 17:23:00 +02:00
parent 358e9cbec9
commit ddee25a79c
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -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

View File

@@ -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,