mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pytest-recording.
* gnu/packages/python-check.scm (python-pytest-recording): New variable. Change-Id: I73a9132a7a19528790c8817ad75fd87c2d4520ff
This commit is contained in:
parent
3aaee878ab
commit
6e5be16da6
1 changed files with 26 additions and 0 deletions
|
@ -2925,6 +2925,32 @@ The main usage is to use the @code{qtbot} fixture, responsible for handling
|
||||||
interaction, like key presses and mouse clicks.")
|
interaction, like key presses and mouse clicks.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pytest-recording
|
||||||
|
(package
|
||||||
|
(name "python-pytest-recording")
|
||||||
|
(version "0.13.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pytest_recording" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "133nj8vha63gv226f0gvqn16gnazbn2rqh8amv2fx4jrm2r693an"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f)) ;XXX: more than 50% tets failed
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest-bootstrap
|
||||||
|
python-hatchling))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-vcrpy))
|
||||||
|
(home-page "https://github.com/kiwicom/pytest-recording")
|
||||||
|
(synopsis "Pytest support for recording and replaying HTTP traffic")
|
||||||
|
(description
|
||||||
|
"This package provides a Pytest plugin powered by
|
||||||
|
@url{https://vcrpy.readthedocs.io/en/latest/, VCR.py} to record and replay
|
||||||
|
HTTP traffic.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pytest-remotedata
|
(define-public python-pytest-remotedata
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-remotedata")
|
(name "python-pytest-remotedata")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue