commit:     63c465d684c5f3f21ea3ae183233ce57524b1ebf
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 08:31:47 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 09:22:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c465d6

app-backup/borgbackup: disable EPYTEST_XDIST

Closes: https://bugs.gentoo.org/936524
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-backup/borgbackup/borgbackup-1.2.8.ebuild | 5 +----
 1 file changed, 1 insertion(+), 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

Reply via email to