Bump path to test files in autopkgtest tests, and declare dependency
on the pytest module.
* New standards version 4.5.1, no changes needed.
* Switch to debhelper v13.
- -- Iustin Pop <iustin@debian.org> Sun, 29 Nov 2020 03:28:33 +0100
+ -- Iustin Pop <iustin@debian.org> Sun, 29 Nov 2020 03:42:27 +0100
python-pylibacl (0.5.4-3) unstable; urgency=medium
Tests: simple run-testsuite-if-acls-enabled
-Depends: @, acl
+Depends: @, acl, python3-pytest
Restrictions: allow-stderr
echo "Temporary directory '$AUTOPKGTEST_TMP' has ACLs enabled, running tests"
export TEST_DIR="$AUTOPKGTEST_TMP"
echo "* testing Python 3"
- python3 test/test_acls.py
+ python3 tests/test_acls.py
echo "* testing Python 3 debug package"
- python3-dbg test/test_acls.py
+ python3-dbg tests/test_acls.py
else
echo "Temporary directory '$AUTOPKGTEST_TMP' doesn't have extended attributes enabled"
echo "Skipping the tests :("