gnu: python-conda-inject: Simplify check.

* gnu/packages/package-management.scm (python-conda-inject) [arguments]
<phases>: Use default 'check.

Change-Id: I6ec9a95abca5ca70d1d275523160b9e4ef928f5d
This commit is contained in:
Sharlatan Hellseher 2025-04-19 10:11:04 +01:00
parent c1609ce003
commit a3a249dd6f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1137,18 +1137,13 @@ environments.")
(sha256
(base32 "1aig9l676wc2sjb20y7rdqf0hfcfjhh92yfiy82mf7kfnv7rp3rk"))))
(build-system pyproject-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "python3" "tests/tests.py")))))))
(propagated-inputs (list python-pyyaml))
(native-inputs (list python-poetry-core python-pytest))
(native-inputs
(list python-poetry-core
python-pytest))
(propagated-inputs
(list python-pyyaml))
(home-page "https://github.com/koesterlab/conda-inject")
(synopsis
"Inject a conda environment into the current python environment")
(synopsis "Inject a conda environment into the current python environment")
(description
"This package provides helper functions for injecting a conda
environment into the current python environment (by modifying @code{sys.path},