summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm19
1 files changed, 9 insertions, 10 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 2b5dfbf9efa..f6ccae12ddb 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -4261,20 +4261,19 @@ through Python's socket interface")
4261 (url "https://github.com/jerry-git/pytest-split") 4261 (url "https://github.com/jerry-git/pytest-split")
4262 (commit version))) 4262 (commit version)))
4263 (file-name (git-file-name name version)) 4263 (file-name (git-file-name name version))
4264 (sha256 (base32 "1w42zkw22h0ydfhbjdjp93frbrzi1rlkr17ifb9kavcbv7kfqxfl")))) 4264 (sha256
4265 (base32 "1w42zkw22h0ydfhbjdjp93frbrzi1rlkr17ifb9kavcbv7kfqxfl"))))
4265 (build-system pyproject-build-system) 4266 (build-system pyproject-build-system)
4266 (arguments 4267 (arguments
4267 (list 4268 (list
4268 #:phases 4269 #:test-flags
4269 #~(modify-phases %standard-phases 4270 ;; XXX: Unclear why this test fails.
4270 (add-after 'unpack 'fix-pytest-config 4271 #~(list "--deselect=tests/test_plugin.py::TestRaisesUsageErrors::\
4271 (lambda _ 4272test_returns_nonzero_when_invalid_algorithm_name")))
4272 (substitute* "pyproject.toml"
4273 (("--cov.*") "")
4274 (("--no-cov-on-fail.*") "")))))))
4275 (native-inputs 4273 (native-inputs
4276 (list python-poetry-core 4274 (list python-packaging
4277 python-pytest-bootstrap)) 4275 python-poetry-core
4276 python-pytest-8))
4278 (home-page "https://jerry-git.github.io/pytest-split/") 4277 (home-page "https://jerry-git.github.io/pytest-split/")
4279 (synopsis "Pytest plugin to split the test suite to equally sized sub sutes") 4278 (synopsis "Pytest plugin to split the test suite to equally sized sub sutes")
4280 (description 4279 (description