commit: 2dddbebcda93c176aec431e5828c725dd63818dd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 23:42:57 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 23:43:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dddbebc
dev-python/urllib3: drop obsolete comment
1. Tornado was ported a while ago for 3.11.
2. The new PYTHON_TESTED scheme already ensures things are kept in sync.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/urllib3/urllib3-1.26.15.ebuild | 2 --
dev-python/urllib3/urllib3-1.26.16.ebuild | 2 --
2 files changed, 4 deletions(-)
diff --git a/dev-python/urllib3/urllib3-1.26.15.ebuild
b/dev-python/urllib3/urllib3-1.26.15.ebuild
index 150f1a5b57d4..9df51bd76420 100644
--- a/dev-python/urllib3/urllib3-1.26.15.ebuild
+++ b/dev-python/urllib3/urllib3-1.26.15.ebuild
@@ -59,8 +59,6 @@ src_prepare() {
python_test() {
local -x CI=1
- # FIXME: get tornado ported
- # please keep in sync with BDEPEND!
if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
einfo "Skipping tests on ${EPYTHON}"
return
diff --git a/dev-python/urllib3/urllib3-1.26.16.ebuild
b/dev-python/urllib3/urllib3-1.26.16.ebuild
index 2624727bd916..9314ad008c16 100644
--- a/dev-python/urllib3/urllib3-1.26.16.ebuild
+++ b/dev-python/urllib3/urllib3-1.26.16.ebuild
@@ -59,8 +59,6 @@ src_prepare() {
python_test() {
local -x CI=1
- # FIXME: get tornado ported
- # please keep in sync with BDEPEND!
if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
einfo "Skipping tests on ${EPYTHON}"
return