diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e093152793b..b8b1d33b266 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9795,7 +9795,10 @@ Interface) framework/toolkit for building async web services in Python.") ;; it seems restricted to the tests only. ;; AttributeError: 'Cookies' object has no attribute ;; 'clear_session_cookies' - "-k" "not test_session_clears_on_tab_close") + "-k" + (string-append "not test_session_clears_on_tab_close" + ;; This fails because an error is not raised. + " and not test_session_wants_secret_key")) #:phases '(modify-phases %standard-phases (add-after 'unpack 'compatibilitiy |
