From f6bc0b1e483f074e0ccc96c3ad20bf995e002066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 11 Feb 2023 12:00:47 +0100 Subject: [PATCH] dev-python/pytest-xdist: Disable PyPI name normalization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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 b4f7b4cb56690..8314ef05220fa 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