gnu: python-docopt: Fix test suite for pytest-6.

* gnu/packages/python-xyz.scm (python-docopt)[source]: Add patch.
* gnu/packages/patches/python-docopt-pytest6-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
This commit is contained in:
Efraim Flashner 2021-08-09 10:00:38 +03:00
parent 2ea947fb7d
commit 23b9dadc1d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 32 additions and 1 deletions

View file

@ -11563,7 +11563,8 @@ automatically detect a wide range of file encodings.")
(file-name (git-file-name name version))
(sha256
(base32
"0aad9gbswnnhssin2q0m5lmpm0ahyf80ahs2zjigbn5y7fvljnd0"))))
"0aad9gbswnnhssin2q0m5lmpm0ahyf80ahs2zjigbn5y7fvljnd0"))
(patches (search-patches "python-docopt-pytest6-compat.patch"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))