diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-11 12:00:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-12 20:04:12 +0100 |
commit | 4423b8ee60f3a95ea2a9d96fa2e30b1b68006986 (patch) | |
tree | 97f8fda0cd25181da598d8e5f7f663c7a5c65477 /dev-python/pytest-rerunfailures | |
parent | dev-python/pip-run: Disable PyPI name normalization (diff) | |
download | gentoo-4423b8ee60f3a95ea2a9d96fa2e30b1b68006986.tar.gz gentoo-4423b8ee60f3a95ea2a9d96fa2e30b1b68006986.tar.bz2 gentoo-4423b8ee60f3a95ea2a9d96fa2e30b1b68006986.zip |
dev-python/pytest-rerunfailures: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-rerunfailures')
-rw-r--r-- | dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild index 5ed7cf6acb69..5318792547f3 100644 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 pypi |