gnu: python-hypothesis-6.23: Update to 6.43.3.

* gnu/packages/check.scm (python-hypothesis-6.23): Update to 6.43.3 and rename
to...
(python-hypothesis-next): ... this.
[propagated-inputs]: Add python-pytest.
* gnu/packages/matrix.scm (python-matrix-nio): Adjust accordingly.
* gnu/packages/python-web.scm (python-h2): Likewise.
* gnu/packages/check.scm (python-hypothesis)[home-page]: Update URL.
This commit is contained in:
Maxim Cournoyer 2022-04-18 13:40:35 -04:00
parent 1a564cf147
commit bfe7f40650
No known key found for this signature in database
GPG key ID: 1260E46482E63562
3 changed files with 10 additions and 6 deletions

View file

@ -1114,7 +1114,7 @@ and that could be anything you want.")
(add-installed-pythonpath inputs outputs)
(invoke "python" "-m" "pytest" "-vv" "test")))))))
(native-inputs
(list python-hypothesis-6.23 python-pytest))
(list python-hypothesis-next python-pytest))
(propagated-inputs
(list python-hpack python-hyperframe))
(home-page "https://github.com/python-hyper/h2")