diff options
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgbackup/borgbackup-1.2.8.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-backup/borgbackup/borgbackup-1.2.8.ebuild b/app-backup/borgbackup/borgbackup-1.2.8.ebuild index 6c69b04d764c..4a01c31e55f7 100644 --- a/app-backup/borgbackup/borgbackup-1.2.8.ebuild +++ b/app-backup/borgbackup/borgbackup-1.2.8.ebuild @@ -41,7 +41,7 @@ BDEPEND=" ) " -EPYTEST_XDIST=1 +# some tests randomly fail with xdist, bug #936524 distutils_enable_tests pytest python_test() { @@ -57,9 +57,6 @@ python_test() { archiver.py::ArchiverTestCase::test_create_paths_from_command_with_failed_command archiver.py::RemoteArchiverTestCase::test_create_content_from_command_with_failed_command archiver.py::RemoteArchiverTestCase::test_create_paths_from_command_with_failed_command - # similar issues since py3.13 - archiver.py::RemoteArchiverTestCase::test_recreate_rechunkify - archiver.py::RemoteArchiverTestCase::test_recreate_skips_nothing_to_do ) # This disables fuse releated tests |