diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-11 20:20:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-11 20:26:47 +0100 |
commit | 776b210d902120675708f7ff310d21ad7acfc971 (patch) | |
tree | b12533e92c257fbf5d4411db3437ebd0ab6128e4 /dev-python/setuptools | |
parent | dev-python/setuptools: Remove obsolete dep on pytest-virtualenv (diff) | |
download | gentoo-776b210d902120675708f7ff310d21ad7acfc971.tar.gz gentoo-776b210d902120675708f7ff310d21ad7acfc971.tar.bz2 gentoo-776b210d902120675708f7ff310d21ad7acfc971.zip |
dev-python/setuptools: Reset pytest retention policy to fix tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-69.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-69.0.3.ebuild b/dev-python/setuptools/setuptools-69.0.3.ebuild index d6f9bd986c83..4757d82dbf7e 100644 --- a/dev-python/setuptools/setuptools-69.0.3.ebuild +++ b/dev-python/setuptools/setuptools-69.0.3.ebuild @@ -110,5 +110,5 @@ python_test() { ) local EPYTEST_XDIST=1 - epytest setuptools + epytest -o tmp_path_retention_policy=all setuptools } |