summaryrefslogtreecommitdiff
path: root/dev-python/pytest-xdist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-29 00:57:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-29 00:57:18 +0000
commiteecd75a62239257eb2235bfe8697c73887a9a080 (patch)
tree8c01b16cb32e1a22ad5b8efe32d843c96cfa2ff2 /dev-python/pytest-xdist
parent7b97d94d4769a556456398d66819200655c4d76c (diff)
gentoo auto-resync : 29:01:2024 - 00:57:18
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r--dev-python/pytest-xdist/Manifest2
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 0f38a61b57e7..6c8e5dc971fd 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,3 +1,3 @@
DIST pytest-xdist-3.5.0.tar.gz 78977 BLAKE2B 94feaa236728688a993ed89825f4ccd67abd7a520d235790bbfc629173e5918695ac500d04de642f07d323325972512e3ad95f0ae18a9ea239da8c2f167ab1a5 SHA512 1b6a896c6c69c110d1f3aa634740ffced570bbb788b3474687fef20147a5480a8681886b04db0413f7db68db546236f9a7f37e1592a74d1145f6eb6d876216ca
-EBUILD pytest-xdist-3.5.0.ebuild 1045 BLAKE2B 2e0f1b8a6eaa06e385ede325c23ed9e23b98162d1450f5cb3c223aaac262d0ac22e9703bc0e1383dd26931243799d9b6f97c2dc44582d06038c2a161ae1856af SHA512 add9df24c26646637846d2e291aca1e8635efe204b6c8671e9f4412fff18739b255554daa31cca2a50e790b4366d0108e06f47040493266f6b6352cbc54887d9
+EBUILD pytest-xdist-3.5.0.ebuild 1075 BLAKE2B a945b3f50cf62516ee10c6d088d4b0901bde616dc2a38a5101168f681aed0ea7483c0cd2c467b97b4c6b4a715b2f1e7830eadaff5049e7c53601ee6c0520f375 SHA512 7874e9babeb199127e7cdb4bf0c2dbabe17e93d8baa736bab52f9ed8f22cf50f65aee51f7917965559500eba17bae6cdab75ae5ecb877a68c24c7a97af6be9c9
MISC metadata.xml 403 BLAKE2B 0aef0787ad01d8e5e5a0588b95740ca54527c1f425d17cc6655308ca478597ebdbfc35165e88864163929104aba9820848b63c17c3d77b238c4f0e17d9b98261 SHA512 c12b3e2a13b6497f748b373753410df996955ddcb9631b310104f2ae31a1427d983462c242692c1b6f9a9b9cd36b7f4aaef58e408543572c040e3dbeb38848fe
diff --git a/dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild
index 492b5b864c66..24d0715e31b6 100644
--- a/dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -40,5 +40,5 @@ python_test() {
# since we disabled autoloading, force loading necessary plugins
local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail
- epytest
+ epytest -o tmp_path_retention_count=1
}