From 048989a3ade0b9748c61ba6fbaeb3713504434a0 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 8 May 2026 20:43:16 +0200 Subject: [PATCH] gnu: python-orsopy: Fix tests-flags. This is a follow-up to an overlook in commit a15d374d5f67384948b4be067f1770ec90923607. * gnu/packages/python-science.scm (python-orsopy)[arguments] <#:test-flags>: Fix them. Change-Id: Ib22f61de8930fe99fc95ce51e894535d26084310 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index f44c6632732..29f3a1caa25 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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