summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-08-08 10:31:47 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-08-08 11:22:27 +0200
commit63c465d684c5f3f21ea3ae183233ce57524b1ebf (patch)
tree5f43988d39062a34316b22c6a7c5e09de35dae02 /app-backup
parentcargo.eclass: Change RUSTFLAGS approach following recent build failures (diff)
downloadgentoo-63c465d684c5f3f21ea3ae183233ce57524b1ebf.tar.gz
gentoo-63c465d684c5f3f21ea3ae183233ce57524b1ebf.tar.bz2
gentoo-63c465d684c5f3f21ea3ae183233ce57524b1ebf.zip
app-backup/borgbackup: disable EPYTEST_XDIST
Closes: https://bugs.gentoo.org/936524 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/borgbackup/borgbackup-1.2.8.ebuild5
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