gnu: python-conda-inject: Switch off tests.

* gnu/packages/package-management.scm (python-conda-inject): Disable
tests as they expect configured Conda environment to run.
[native-inptus]: Remove python-pytest.

Change-Id: I5372a3234b567f305449a645c60b87098f8d89ac
This commit is contained in:
Sharlatan Hellseher 2025-04-19 12:49:20 +01:00
parent 6c09bf9434
commit 621b018d99
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1137,9 +1137,10 @@ environments.")
(sha256
(base32 "1aig9l676wc2sjb20y7rdqf0hfcfjhh92yfiy82mf7kfnv7rp3rk"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ; tests require setting up Conda
(native-inputs
(list python-poetry-core
python-pytest))
(list python-poetry-core))
(propagated-inputs
(list python-pyyaml))
(home-page "https://github.com/koesterlab/conda-inject")