mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-starsessions: Disable one more test.
* gnu/packages/python-web.scm (python-starsessions)[arguments]: Disable one more test. Change-Id: I9a10805eb73f829f12f2b41d1d25b6c41693c9ef
This commit is contained in:
parent
73058a6250
commit
52aafe9522
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue