mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/pypiserver: Check for dev-python/twice w/ PYTHON_USEDEP
Closes: https://bugs.gentoo.org/935486 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -67,7 +67,7 @@ python_test() {
|
||||
tests/test_main.py::test_auto_servers
|
||||
)
|
||||
|
||||
if ! has_version dev-python/twine; then
|
||||
if ! has_version "dev-python/twine[${PYTHON_USEDEP}]"; then
|
||||
EPYTEST_DESELECT+=(
|
||||
tests/test_server.py::test_twine_upload
|
||||
tests/test_server.py::test_twine_register
|
||||
|
||||
Reference in New Issue
Block a user