diff options
-rw-r--r-- | gnu/packages/python-web.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4806468ae4..106ef0ec59 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5927,7 +5927,7 @@ in various CSS modules.") (uri (pypi-uri "cssselect2" version)) (sha256 (base32 "1j2fcr217rsvkipsg6zjq03rl64rxnvb5hqqpx0dv58fhspvkywk")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -5938,11 +5938,7 @@ in various CSS modules.") (("'pytest-flake8',") "") (("'pytest-isort',") "") (("--flake8") "") - (("--isort") "")))) - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (lambda _ (invoke "pytest")))))))) + (("--isort") ""))))))) (propagated-inputs (list python-tinycss2)) (native-inputs |