mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hypothesis: Update to 6.54.5.
* gnu/packages/check.scm (python-hypothesis): Update to 6.54.5. [arguments]: Disable sanity check. [propagated-inputs]: Add PYTHON-EXCEPTIONGROUP. (python-hypothesis-next): Deprecate. * gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from PYTHON-HYPOTHESIS-NEXT to PYTHON-HYPOTHESIS. * gnu/packages/python-web.scm (python-h2)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-numpy, python-cattrs)[native-inputs]: Likewise.
This commit is contained in:
parent
66b6d6a930
commit
3533db28ce
4 changed files with 16 additions and 23 deletions
|
@ -5686,7 +5686,7 @@ include_dirs = ~:*~a/include~%"
|
|||
'())))))))))
|
||||
(native-inputs
|
||||
(list python-cython
|
||||
python-hypothesis-next
|
||||
python-hypothesis
|
||||
python-pytest
|
||||
python-pytest-xdist
|
||||
python-typing-extensions
|
||||
|
@ -16855,7 +16855,7 @@ strings require only one extra byte in addition to the strings themselves.")
|
|||
;; build system and new Rust dependencies.
|
||||
"--ignore" "tests/test_preconf.py")))))))
|
||||
(native-inputs
|
||||
(list python-hypothesis-next
|
||||
(list python-hypothesis
|
||||
python-immutables
|
||||
python-msgpack
|
||||
python-poetry-core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue