Archived
1
0
Fork 0

gnu: python-pytest-sanic: Update to 1.7.0.

* gnu/packages/python-check.scm (python-pytest-sanic) [version]: Update to
1.7.0.
[propagated-inputs]: Replace python-aiohttp with python-httpx and add
python-websockets.
This commit is contained in:
Lars-Dominik Braun 2021-03-04 14:47:22 +01:00
parent 548d0ddd7f
commit 955fcf0a19
No known key found for this signature in database
GPG key ID: 421377011A378446

View file

@ -1237,22 +1237,23 @@ help in debugging failures and optimizing the scheduler to improve speed.")
(define-public python-pytest-sanic (define-public python-pytest-sanic
(package (package
(name "python-pytest-sanic") (name "python-pytest-sanic")
(version "1.6.2") (version "1.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest-sanic" version)) (uri (pypi-uri "pytest-sanic" version))
(sha256 (sha256
(base32 (base32
"02ajd8z77ahi69kzkz200qgxrb4s2j4qb6k8j9ds1kz6qa6fsa34")))) "0hm7im77dgqfk8k34qbbfhimg8hifl4zwpa2s3mgbknrjvyw5qpx"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; Tests depend on python-sanic. ;; Tests depend on python-sanic.
`(#:tests? #f)) `(#:tests? #f))
(propagated-inputs (propagated-inputs
`(("python-aiohttp" ,python-aiohttp) `(("python-httpx" ,python-httpx)
("python-async-generator" ("python-async-generator"
,python-async-generator) ,python-async-generator)
("python-pytest" ,python-pytest))) ("python-pytest" ,python-pytest)
("python-websockets" ,python-websockets)))
(home-page (home-page
"https://github.com/yunstanford/pytest-sanic") "https://github.com/yunstanford/pytest-sanic")
(synopsis "Pytest plugin for Sanic") (synopsis "Pytest plugin for Sanic")