Skip to content
Snippets Groups Projects
Commit 90bc57ac authored by Julian Gilbey's avatar Julian Gilbey
Browse files

New upstream version

parent 4c104701
No related branches found
No related tags found
No related merge requests found
Pipeline #766368 passed
python-watchdog (6.0.0-1) unstable; urgency=medium
* New upstream version
-- Julian Gilbey <jdg@debian.org> Wed, 20 Nov 2024 18:47:44 +0000
python-watchdog (5.0.0-1) unstable; urgency=medium
* New upstream version
......
......@@ -23,4 +23,5 @@ execute_after_dh_clean:
rm -rf docs/build .pytest_cache .coverage .pybuild
override_dh_auto_test:
dh_auto_test -O--buildsystem=pybuild -- --test-pytest --test-args '-k "not test_unmount_watched_directory_filesystem"'
# One test opens a lot of files
ulimit -n 2100 && dh_auto_test -O--buildsystem=pybuild -- --test-pytest --test-args '-k "not test_unmount_watched_directory_filesystem"'
......@@ -2,8 +2,11 @@
set -e
# One test opens a lot of files
ulimit -n 2100
cp -a tests "$AUTOPKGTEST_TMP"
for py in $(py3versions -s) ; do
for py in $(py3versions -s); do
cd "$AUTOPKGTEST_TMP"
echo "Testing with $py:"
$py -m pytest -k "not test_unmount_watched_directory_filesystem" tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment