diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-08-11 09:58:32 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-08-11 10:13:20 +0200 |
| commit | 84eae5dc73f844e754763ccd53046da246db5d11 (patch) | |
| tree | 00cdc8bd68728f35ba8ec7f0f230cc2d77f71799 /gnu/packages/simulation.scm | |
| parent | be0d75ef31e0d59a2ea2c68d89da7b6b88ac005b (diff) | |
gnu: python-meshio: Disable selected tests.
* gnu/packages/simulation.scm (python-meshio)[arguments]:
Update #:test-flags.
Diffstat (limited to 'gnu/packages/simulation.scm')
| -rw-r--r-- | gnu/packages/simulation.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 445235c254f..e7ee36130b4 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm | |||
| @@ -1418,7 +1418,12 @@ river flooding.") | |||
| 1418 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh2]" | 1418 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh2]" |
| 1419 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh3]" | 1419 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh3]" |
| 1420 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh4]" | 1420 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh4]" |
| 1421 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh5]"))) | 1421 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh5]" |
| 1422 | ;; XXX: <...>/h5py/defs.cpython-312-x86_64-linux-gnu.so: | ||
| 1423 | ;; undefined symbol: H5Pset_dxpl_mpio | ||
| 1424 | "--deselect=tests/test_xdmf.py" | ||
| 1425 | "--deselect=tests/test_hmf.py" | ||
| 1426 | "--deselect=tests/test_cgns.py::test[mesh0]"))) | ||
| 1422 | (inputs (list python-h5py python-netcdf4)) | 1427 | (inputs (list python-h5py python-netcdf4)) |
| 1423 | (native-inputs (list python-pytest python-setuptools)) | 1428 | (native-inputs (list python-pytest python-setuptools)) |
| 1424 | (propagated-inputs (list python-numpy python-rich)) | 1429 | (propagated-inputs (list python-numpy python-rich)) |
