mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-redis: Fix build.
* gnu/packages/databases.scm (python-redis) [arguments]<test-flags>: Exclude one failing test. [native-inputs]: Remove python-pytest-asyncio; add python-pytest-asyncio-0.23. Change-Id: I3660d61dfb6bad8311824c85a2ce7b28facd580b
This commit is contained in:
parent
f0ef42b3fa
commit
ee4d2d4b52
1 changed files with 4 additions and 2 deletions
|
@ -4433,7 +4433,9 @@ reasonable substitute.")
|
|||
;; localhost:6479. Connection refused."
|
||||
"and not test_tfcall "
|
||||
"and not test_tfunction_load_delete "
|
||||
"and not test_tfunction_list"))
|
||||
"and not test_tfunction_list"
|
||||
;; AssertionError: assert 3 == 2
|
||||
"and not test_acl_list"))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'relax-requirements
|
||||
|
@ -4453,7 +4455,7 @@ reasonable substitute.")
|
|||
(native-inputs
|
||||
(list python-numpy
|
||||
python-pytest
|
||||
python-pytest-asyncio
|
||||
python-pytest-asyncio-0.23
|
||||
python-pytest-timeout
|
||||
python-setuptools
|
||||
python-wheel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue