[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/150: gnu: python-pytest-doctestplus: Add missing build input.
From: |
guix-commits |
Subject: |
119/150: gnu: python-pytest-doctestplus: Add missing build input. |
Date: |
Sun, 24 Apr 2022 05:12:32 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 40a5716696e8e51ea2be77c060e2f8204cb6913e
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Jan 8 15:49:31 2022 +0100
gnu: python-pytest-doctestplus: Add missing build input.
* gnu/packages/python-check.scm (python-pytest-doctestplus)[arguments]:
Remove custom #:phases.
[native-inputs]: python-pip.
---
gnu/packages/python-check.scm | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 79c9630cb6..2cd2da2d4f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -472,24 +472,8 @@ are too large to conveniently hard-code them in the
tests.")
(sha256
(base32 "0j1lvlj3ps975q9hmg8i6rpqm0313j3r18bc3l8mz6khb7vav4zk"))))
(build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key inputs outputs tests? #:allow-other-keys)
- ;; Make the installed plugin discoverable by Pytest.
- (when tests?
- (add-installed-pythonpath inputs outputs)
- (invoke "python" "-m" "pytest" "-k"
- (string-append ; skip tests that require remote data
- "not test_remote_data_url"
- " and not test_remote_data_float_cmp"
- " and not test_remote_data_ignore_whitespace"
- " and not test_remote_data_ellipsis"
- " and not test_remote_data_requires"
- " and not test_remote_data_ignore_warnings"))))))))
(native-inputs
- (list python-pytest python-setuptools-scm))
+ (list python-pytest python-pip))
(home-page "https://github.com/astropy/pytest-doctestplus")
(synopsis "Pytest plugin with advanced doctest features")
(description
- 64/150: gnu: python-pyls-black: Remove obsolete argument., (continued)
- 64/150: gnu: python-pyls-black: Remove obsolete argument., guix-commits, 2022/04/24
- 85/150: gnu: python-libxml2: Fix build., guix-commits, 2022/04/24
- 83/150: gnu: python-gssapi: Disable tests., guix-commits, 2022/04/24
- 76/150: gnu: python-pytest-catchlog: Disable tests., guix-commits, 2022/04/24
- 68/150: gnu: python-backcall: Add missing build inputs., guix-commits, 2022/04/24
- 70/150: gnu: python-pep8: Disable tests., guix-commits, 2022/04/24
- 90/150: gnu: tuir: Disable failing tests., guix-commits, 2022/04/24
- 96/150: gnu: python-webob: Disable tests., guix-commits, 2022/04/24
- 95/150: gnu: python-docker-pycreds: Disable tests., guix-commits, 2022/04/24
- 117/150: gnu: python-gphoto2: Disable tests., guix-commits, 2022/04/24
- 119/150: gnu: python-pytest-doctestplus: Add missing build input.,
guix-commits <=
- 126/150: gnu: python-backpack: Disable tests., guix-commits, 2022/04/24
- 133/150: gnu: python-cssselect2: Add missing build inputs., guix-commits, 2022/04/24
- 138/150: gnu: python-igraph: Fix #:configure-flags., guix-commits, 2022/04/24
- 141/150: gnu: python-pypa-build: Move inputs to propagated inputs., guix-commits, 2022/04/24
- 149/150: gnu: python-pytest-aiohttp: Disable tests., guix-commits, 2022/04/24
- 131/150: gnu: python-cloudpickle-testpkg: Disable tests., guix-commits, 2022/04/24
- 38/150: gnu: pybind11: Add python-setuptools., guix-commits, 2022/04/24
- 118/150: gnu: python-asyncmy: Add missing build input., guix-commits, 2022/04/24
- 144/150: gnu: python-lsp-jsonrpc: Add missing test input., guix-commits, 2022/04/24
- 41/150: gnu: python-pytest-cache: Disable tests., guix-commits, 2022/04/24