commit:     c96795990c1bc6bb76dde4cac0b6e19ae47115ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 18:19:57 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 18:23:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9679599

dev-python/flask: Reenable the test that used to fail with py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flask/flask-2.3.2.ebuild | 7 -------
 1 file changed, 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
 }
 

Reply via email to