diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-11 12:00:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-12 20:04:13 +0100 |
commit | f6bc0b1e483f074e0ccc96c3ad20bf995e002066 (patch) | |
tree | 6ab68e432abe1dbcbfccd5cd3c20f83283e0a274 /dev-python/pytest-xdist | |
parent | dev-python/pytest-rerunfailures: Disable PyPI name normalization (diff) | |
download | gentoo-f6bc0b1e483f074e0ccc96c3ad20bf995e002066.tar.gz gentoo-f6bc0b1e483f074e0ccc96c3ad20bf995e002066.tar.bz2 gentoo-f6bc0b1e483f074e0ccc96c3ad20bf995e002066.zip |
dev-python/pytest-xdist: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild index b4f7b4cb5669..8314ef05220f 100644 --- a/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-3.2.0.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 |