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:
Marius Bakke 2022-08-12 12:20:09 +02:00
parent 66b6d6a930
commit 3533db28ce
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
4 changed files with 16 additions and 23 deletions

View file

@ -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