diff --git a/borgbackup.spec b/borgbackup.spec index b65444a..056a49d 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -138,7 +138,13 @@ export LANG=en_US.UTF-8 # exclude test_non_ascii_acl: problem with mock # exclude benchmark: not relevant for package build # exclude test_dash_open: pytest stub has a bug and is fixed in 3.0.2 (epel7 uses 2.8.5) -py.test-3 -x -vk "not test_non_ascii_acl and not test_fuse and not benchmark and not test_dash_open" $PYTHONPATH/borg/testsuite/*.py +# test_corrupted_repository: failures in mock/koji with F30 +# upstream: https://github.com/borgbackup/borg/issues/4573 +# pytest 3.7.x - 3.9.x fail to run the test suite. +# Fedora 29 has pytest 3.6.4 (good), Fedora 30 uses 3.9.3 (as of 05/2019) +# pytest versions 3.8.x/3.9.x cause test failure in ArchiverTestCase::test_corrupted_repository +# (only when running the full suite). +py.test-3 -x -vk "not test_non_ascii_acl and not test_fuse and not benchmark and not test_dash_open test_corrupted_repository" $PYTHONPATH/borg/testsuite/*.py %files %license LICENSE