diff options
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 84f4bcc7e4e..438895a3735 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -6074,6 +6074,15 @@ commonly used storage backends.") | |||
| 6074 | (base32 | 6074 | (base32 |
| 6075 | "0snprxdnh3m45r3b0az4v0l28h90ycmfbybzla6xg1qviwv9w1ak")))) | 6075 | "0snprxdnh3m45r3b0az4v0l28h90ycmfbybzla6xg1qviwv9w1ak")))) |
| 6076 | (build-system pyproject-build-system) | 6076 | (build-system pyproject-build-system) |
| 6077 | (arguments | ||
| 6078 | (list | ||
| 6079 | #:phases | ||
| 6080 | #~(modify-phases %standard-phases | ||
| 6081 | (add-after 'unpack 'fix-tests | ||
| 6082 | (lambda _ | ||
| 6083 | (substitute* "tests/test_match.py" | ||
| 6084 | (("assertRaisesRegexp") | ||
| 6085 | "assertRaisesRegex"))))))) | ||
| 6077 | (native-inputs | 6086 | (native-inputs |
| 6078 | (list python-pytest python-setuptools)) | 6087 | (list python-pytest python-setuptools)) |
| 6079 | (inputs | 6088 | (inputs |
