diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-14 22:51:06 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:13 +0100 |
| commit | 606e072449b4e9f9bf1c089859ca13a4cc83726c (patch) | |
| tree | ce069f15379a221b2f157af025609ab0ad057215 /gnu | |
| parent | c49f801deb13c9d5f73891c47e16ce670533640e (diff) | |
gnu: python-meshio: Skip some tests.
* gnu/packages/simulation.scm (python-meshio)[arguments]<test-flags>:
Skip some NumPy incompatible failing tests.
Change-Id: I48e782b7eb2920c12777bda20a1f3d2753fcf657
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/simulation.scm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 9bed73b8612..458c671bc73 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm | |||
| @@ -1324,6 +1324,36 @@ river flooding.") | |||
| 1324 | (sha256 | 1324 | (sha256 |
| 1325 | (base32 "0vaqhygr2d186qixvfckzqf4447674ylnc0rl5pa16zjv6mh27zj")))) | 1325 | (base32 "0vaqhygr2d186qixvfckzqf4447674ylnc0rl5pa16zjv6mh27zj")))) |
| 1326 | (build-system pyproject-build-system) | 1326 | (build-system pyproject-build-system) |
| 1327 | (arguments | ||
| 1328 | (list | ||
| 1329 | #:test-flags | ||
| 1330 | ;; XXX: See: <https://github.com/nschloe/meshio/issues/1499>. | ||
| 1331 | ;; ValueError: invalid literal for int() with base 10: 'np.int64(4)' | ||
| 1332 | #~(list "--deselect=tests/test_dolfin.py::test_dolfin[mesh3]" | ||
| 1333 | "--deselect=tests/test_gmsh.py::test_gmsh22[False-mesh9]" | ||
| 1334 | "--deselect=tests/test_gmsh.py::test_gmsh22[False-mesh10]" | ||
| 1335 | "--deselect=tests/test_gmsh.py::test_gmsh22[False-mesh11]" | ||
| 1336 | "--deselect=tests/test_gmsh.py::test_gmsh22[False-mesh12]" | ||
| 1337 | "--deselect=tests/test_gmsh.py::test_gmsh22[False-mesh13]" | ||
| 1338 | "--deselect=tests/test_gmsh.py::test_gmsh22[False-mesh14]" | ||
| 1339 | "--deselect=tests/test_gmsh.py::test_gmsh40[False-mesh8]" | ||
| 1340 | "--deselect=tests/test_gmsh.py::test_gmsh40[False-mesh9]" | ||
| 1341 | "--deselect=tests/test_gmsh.py::test_gmsh40[False-mesh10]" | ||
| 1342 | "--deselect=tests/test_gmsh.py::test_gmsh40[False-mesh11]" | ||
| 1343 | "--deselect=tests/test_gmsh.py::test_gmsh40[False-mesh12]" | ||
| 1344 | "--deselect=tests/test_gmsh.py::test_gmsh40[False-mesh13]" | ||
| 1345 | "--deselect=tests/test_gmsh.py::test_gmsh41[False-mesh8]" | ||
| 1346 | "--deselect=tests/test_gmsh.py::test_gmsh41[False-mesh9]" | ||
| 1347 | "--deselect=tests/test_gmsh.py::test_gmsh41[False-mesh10]" | ||
| 1348 | "--deselect=tests/test_gmsh.py::test_gmsh41[False-mesh11]" | ||
| 1349 | "--deselect=tests/test_gmsh.py::test_gmsh41[False-mesh12]" | ||
| 1350 | "--deselect=tests/test_gmsh.py::test_gmsh41[False-mesh13]" | ||
| 1351 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh0]" | ||
| 1352 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh1]" | ||
| 1353 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh2]" | ||
| 1354 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh3]" | ||
| 1355 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh4]" | ||
| 1356 | "--deselect=tests/test_ugrid.py::test_io[1e-07-.ugrid-mesh5]"))) | ||
| 1327 | (inputs (list python-h5py python-netcdf4)) | 1357 | (inputs (list python-h5py python-netcdf4)) |
| 1328 | (native-inputs (list python-pytest python-setuptools)) | 1358 | (native-inputs (list python-pytest python-setuptools)) |
| 1329 | (propagated-inputs (list python-numpy python-rich)) | 1359 | (propagated-inputs (list python-numpy python-rich)) |
