summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-22 20:19:57 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-22 20:23:09 +0200
commitc96795990c1bc6bb76dde4cac0b6e19ae47115ff (patch)
tree8aff11473fb875e9377ed81ea5770fa728cea0b1 /dev-python/flask
parentprofiles/base: clarify the comment re: dev-python/pyotherside[qt6] mask (diff)
downloadgentoo-c96795990c1bc6bb76dde4cac0b6e19ae47115ff.tar.gz
gentoo-c96795990c1bc6bb76dde4cac0b6e19ae47115ff.tar.bz2
gentoo-c96795990c1bc6bb76dde4cac0b6e19ae47115ff.zip
dev-python/flask: Reenable the test that used to fail with py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask')
-rw-r--r--dev-python/flask/flask-2.3.2.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-python/flask/flask-2.3.2.ebuild b/dev-python/flask/flask-2.3.2.ebuild
index 7c239b3aff2b..efea6475f841 100644
--- a/dev-python/flask/flask-2.3.2.ebuild
+++ b/dev-python/flask/flask-2.3.2.ebuild
@@ -50,13 +50,6 @@ distutils_enable_sphinx docs \
distutils_enable_tests pytest
python_test() {
- local EPYTEST_DESELECT=()
- if [[ ${EPYTHON} == python3.12 ]]; then
- EPYTEST_DESELECT+=(
- tests/test_basic.py::test_max_cookie_size
- )
- fi
-
epytest -p no:httpbin
}