summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-28 18:40:20 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-28 20:36:55 +0100
commit30fc9d7245872ad9019b1f7d533137e8e33ef512 (patch)
tree183d4ac090dbf453f444d22cf26edfb37bf715fc /dev-python/pytest-console-scripts
parentdev-python/pypdf: Add dev-python/pyyaml test dep (diff)
downloadgentoo-30fc9d7245872ad9019b1f7d533137e8e33ef512.tar.gz
gentoo-30fc9d7245872ad9019b1f7d533137e8e33ef512.tar.bz2
gentoo-30fc9d7245872ad9019b1f7d533137e8e33ef512.zip
dev-python/pytest-console-scripts: Fix retention-rel. test failures
Closes: https://bugs.gentoo.org/923139 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-console-scripts')
-rw-r--r--dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild
index 3d29146a60fc..bd38d6343090 100644
--- a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild
+++ b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.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
@@ -34,6 +34,6 @@ python_test() {
sys.exit(pytest.console_main())
EOF
chmod +x "${script}" || die
- epytest
+ epytest -o tmp_path_retention_count=1
rm "${script}" || die
}