diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 989b3b18b70..fc1fd28895f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7635,16 +7635,7 @@ and is not compatible with JSON.") (sha256 (base32 "1mviiwv5vgglswxrcdd1z978masjgwkd2pcidcsrmaannyvj4n3c")))) (build-system pyproject-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - (substitute* "pyproject.toml" - ;; addopts = ["--cov", "--cov-report=html", - ;; "--cov-fail-under=100"] - (("addopts = .*") ""))))))) + (arguments (list #:test-flags #~(list "-o" "addopts=''"))) (native-inputs (list python-hatchling python-pytest)) (home-page "https://pypi.org/project/expandvars/") |
