commit: 4423b8ee60f3a95ea2a9d96fa2e30b1b68006986 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Feb 11 11:00:46 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 12 19:04:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4423b8ee
dev-python/pytest-rerunfailures: Disable PyPI name normalization Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pytest-rerunfailures/pytest-rerunfailures-11.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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