Skip to content

Commit

Permalink
dev-python/pytest-xdist: Fix retention-related test failures
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/923165
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 28, 2024
1 parent f28d655 commit 8a97d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/pytest-xdist/pytest-xdist-3.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}

0 comments on commit 8a97d43

Please sign in to comment.