diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-28 23:13:36 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:38 +0000 |
| commit | 581cda149c94bad56802494b98ce164580b8d15b (patch) | |
| tree | a9cfc04b1b6d4b96dad3be0682730c71343951d9 /gnu | |
| parent | 73502e8c4a006770d67431d89a4b288de3a907e2 (diff) | |
gnu: python-sybil: Remove python-pytest-cov input.
* gnu/packages/python-check.scm (python-sybil)[native-inputs]: Remove
python-mypy, python-pytest-cov, python-wheel.
Change-Id: Ib38bf51d4167c52fa44d91a3d7bb115255e3853c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-check.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index d0c350b929b..62fbbc5fa83 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -4443,15 +4443,12 @@ assertions. Sure is heavily inspired by @code{RSpec Expectations} and (sha256 (base32 "0r491k91fi2nb0kdd6di8cb2kxcvsk1xzw3sgwsxhhg4qynsp3bi")))) (build-system pyproject-build-system) - (native-inputs (list python-mypy - python-myst-parser + (native-inputs (list python-myst-parser python-pytest - python-pytest-cov python-pyyaml python-seedir python-setuptools - python-testfixtures - python-wheel)) + python-testfixtures)) (home-page "https://github.com/simplistix/sybil") (synopsis "Automated testing for examples in code and documentation") (description |
