1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-02 01:24:08 +02:00

gnu: python-orsopy: Fix tests-flags.

This is a follow-up to an overlook in commit
a15d374d5f.

* gnu/packages/python-science.scm (python-orsopy)[arguments]
<#:test-flags>: Fix them.

Change-Id: Ib22f61de8930fe99fc95ce51e894535d26084310
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-05-08 20:43:16 +02:00
committed by Sharlatan Hellseher
parent 24ee843945
commit 048989a3ad
+7 -7
View File
@@ -6804,13 +6804,13 @@ Python style, together with a fast and comfortable execution environment.")
(list
#:test-flags
;; These tests require network access.
#~(list "--ignore=orsopy/slddb/tests/test_webapi.py"
(map (lambda (test)
(string-append "--deselect=orsopy/fileio/tests/"
"test_model_language.py::" test))
(list "TestSubStack::test_resolve_layers"
"TestMaterial::test_density_lookup_elements"
"TestSampleModel::test_resolve_to_layers")))))
#~(cons* "--ignore=orsopy/slddb/tests/test_webapi.py"
(map (lambda (test)
(string-append "--deselect=orsopy/fileio/tests/"
"test_model_language.py::" test))
(list "TestSubStack::test_resolve_layers"
"TestMaterial::test_density_lookup_elements"
"TestSampleModel::test_resolve_to_layers")))))
(propagated-inputs
(list python-numpy python-pyyaml python-jsonschema python-h5py))
(native-inputs