diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 15:04:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:39 +0100 |
| commit | fb51dc5c5c29f64fc8c25fd11da1cb1f7595fca8 (patch) | |
| tree | f76261c2e9470bc238f76a7eb6613fd0dd02a8fe /gnu/packages/python-check.scm | |
| parent | ed0249ab481c30c5b7a5ec6e29decd1d5ceaf516 (diff) | |
gnu: packages: Remove python-pytest-cov native-inputs.
Obtained with
./pre-inst-env guix style -S remove-native-inputs -t python-pytest-cov
on top of https://codeberg.org/guix/guix/pulls/5862
For this reason, I don't think it's relevant to generate a GNU Style
Changelog.
Change-Id: I58fe10452d7eaf2e8bb4dc88dfac5b4a5ee46165
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index cfbf9623f4c..de33e62ee3e 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -1406,7 +1406,7 @@ Built-in integration with @url{http://nedbatchelder.com/code/coverage/, coverage | |||
| 1406 | (base32 "0j7z54nd72qfc065jgljqx53dhfkfz0922fk8qqczg7swmqf6cqv")))) | 1406 | (base32 "0j7z54nd72qfc065jgljqx53dhfkfz0922fk8qqczg7swmqf6cqv")))) |
| 1407 | (build-system pyproject-build-system) | 1407 | (build-system pyproject-build-system) |
| 1408 | (native-inputs | 1408 | (native-inputs |
| 1409 | (list python-pytest python-pytest-cov python-setuptools)) | 1409 | (list python-pytest python-setuptools)) |
| 1410 | (home-page "https://hiro.readthedocs.io") | 1410 | (home-page "https://hiro.readthedocs.io") |
| 1411 | (synopsis "Time manipulation utilities for testing in Python") | 1411 | (synopsis "Time manipulation utilities for testing in Python") |
| 1412 | (description | 1412 | (description |
| @@ -1463,10 +1463,9 @@ Python software under test, when they make an HTTP query.") | |||
| 1463 | ;; XXX: Python/Black versions not as expected. | 1463 | ;; XXX: Python/Black versions not as expected. |
| 1464 | " and not test_black_autoformatter_from_grammar")))) | 1464 | " and not test_black_autoformatter_from_grammar")))) |
| 1465 | (native-inputs | 1465 | (native-inputs |
| 1466 | (list python-black ;hard requirements to run tests | 1466 | (list python-black ;hard requirements to run tests |
| 1467 | python-parso | 1467 | python-parso |
| 1468 | python-pytest | 1468 | python-pytest |
| 1469 | python-pytest-cov | ||
| 1470 | python-pytest-xdist | 1469 | python-pytest-xdist |
| 1471 | python-setuptools)) | 1470 | python-setuptools)) |
| 1472 | (propagated-inputs | 1471 | (propagated-inputs |
| @@ -2578,11 +2577,10 @@ functions.") | |||
| 2578 | "-k" "not rabbit and not redis"))) | 2577 | "-k" "not rabbit and not redis"))) |
| 2579 | (native-inputs | 2578 | (native-inputs |
| 2580 | (list python-celery-minimal | 2579 | (list python-celery-minimal |
| 2581 | python-memcached ;optional dependency, needed for tests | 2580 | python-memcached ;optional dependency, needed for tests |
| 2582 | python-poetry-core | 2581 | python-poetry-core |
| 2583 | python-pytest | 2582 | python-pytest ;coverage options in pyproject.toml |
| 2584 | python-pytest-cov ;coverage options in pyproject.toml | 2583 | python-redis ;optional dependency, needed for tests |
| 2585 | python-redis ;optional dependency, needed for tests | ||
| 2586 | python-requests)) ;for python-docker | 2584 | python-requests)) ;for python-docker |
| 2587 | (propagated-inputs | 2585 | (propagated-inputs |
| 2588 | (list python-psutil | 2586 | (list python-psutil |
| @@ -3031,7 +3029,6 @@ variables in the @file{pytest.ini} file.") | |||
| 3031 | (build-system pyproject-build-system) | 3029 | (build-system pyproject-build-system) |
| 3032 | (native-inputs | 3030 | (native-inputs |
| 3033 | (list python-pytest | 3031 | (list python-pytest |
| 3034 | python-pytest-cov | ||
| 3035 | python-pytest-doctestplus | 3032 | python-pytest-doctestplus |
| 3036 | python-setuptools-scm | 3033 | python-setuptools-scm |
| 3037 | python-setuptools | 3034 | python-setuptools |
| @@ -4838,7 +4835,6 @@ debugging failures and optimizing the scheduler to improve speed.") | |||
| 4838 | (native-inputs | 4835 | (native-inputs |
| 4839 | (list python-mock | 4836 | (list python-mock |
| 4840 | python-pytest | 4837 | python-pytest |
| 4841 | python-pytest-cov | ||
| 4842 | python-setuptools | 4838 | python-setuptools |
| 4843 | python-wheel)) | 4839 | python-wheel)) |
| 4844 | (propagated-inputs | 4840 | (propagated-inputs |
| @@ -5117,7 +5113,6 @@ servers.") | |||
| 5117 | (native-inputs | 5113 | (native-inputs |
| 5118 | (list python-pytest | 5114 | (list python-pytest |
| 5119 | python-packaging | 5115 | python-packaging |
| 5120 | python-pytest-cov | ||
| 5121 | python-setuptools | 5116 | python-setuptools |
| 5122 | python-setuptools-scm | 5117 | python-setuptools-scm |
| 5123 | python-trove-classifiers | 5118 | python-trove-classifiers |
