mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/urllib3: Reenable tests on py39
Closes: https://bugs.gentoo.org/725496 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -39,7 +39,7 @@ BDEPEND="
|
||||
dev-python/pytest[\${PYTHON_USEDEP}]
|
||||
>=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}]
|
||||
>=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}]
|
||||
" python3_{6,7,8})
|
||||
" python3_{6,7,8,9})
|
||||
)
|
||||
"
|
||||
|
||||
@@ -69,9 +69,6 @@ python_test() {
|
||||
ewarn "of circular dependencies for Python 2 removal. Please test"
|
||||
ewarn "manually in a virtualenv."
|
||||
;;
|
||||
python3.9)
|
||||
einfo "Tests not yet ported to py3.9"
|
||||
;;
|
||||
python3*)
|
||||
pytest -vv || die "Tests fail with ${EPYTHON}"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user