gnu: python-pytest-vcr: Fix integration with pytest-5.

* gnu/packages/python-check.scm (python-pytest-vcr): Update to 1.0.2-1.4d6c7b3.
This commit is contained in:
Efraim Flashner 2020-07-20 15:34:23 +03:00
parent cd005bfea5
commit d6fedf6bf7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -126,19 +126,22 @@ (define-public python-vcrpy
(license license:expat))) (license license:expat)))
(define-public python-pytest-vcr (define-public python-pytest-vcr
;; This commit fixes integration with pytest-5
(let ((commit "4d6c7b3e379a6a7cba0b8f9d20b704dc976e9f05")
(revision "1"))
(package (package
(name "python-pytest-vcr") (name "python-pytest-vcr")
(version "1.0.2") (version (git-version "1.0.2" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/ktosiek/pytest-vcr") (url "https://github.com/ktosiek/pytest-vcr")
(commit version))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1i6fin91mklvbi8jzfiswvwf1m91f43smpj36a17xrzk4gisfs6i")))) "1yk988zi0la6zpcm3fff0mxf942di2jiymrfqas19nyngj5ygaqs"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -154,7 +157,7 @@ (define-public python-pytest-vcr
(synopsis "Plugin for managing VCR.py cassettes") (synopsis "Plugin for managing VCR.py cassettes")
(description (description
"Plugin for managing VCR.py cassettes.") "Plugin for managing VCR.py cassettes.")
(license license:expat))) (license license:expat))))
(define-public python-pytest-checkdocs (define-public python-pytest-checkdocs
(package (package