diff options
| -rw-r--r-- | guix-science/packages/electrophysiology.scm | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/guix-science/packages/electrophysiology.scm b/guix-science/packages/electrophysiology.scm index b1228b7..e27fdf2 100644 --- a/guix-science/packages/electrophysiology.scm +++ b/guix-science/packages/electrophysiology.scm | |||
| @@ -2497,7 +2497,7 @@ as well as associated behavioral events. | |||
| 2497 | (define-public python-nwbinspector | 2497 | (define-public python-nwbinspector |
| 2498 | (package | 2498 | (package |
| 2499 | (name "python-nwbinspector") | 2499 | (name "python-nwbinspector") |
| 2500 | (version "0.6.5") | 2500 | (version "0.7.2") |
| 2501 | (source | 2501 | (source |
| 2502 | (origin | 2502 | (origin |
| 2503 | (method git-fetch) | 2503 | (method git-fetch) |
| @@ -2506,10 +2506,25 @@ as well as associated behavioral events. | |||
| 2506 | (commit (string-append "v" version)))) | 2506 | (commit (string-append "v" version)))) |
| 2507 | (file-name (git-file-name name version)) | 2507 | (file-name (git-file-name name version)) |
| 2508 | (sha256 | 2508 | (sha256 |
| 2509 | (base32 "1g0i863xyzvd13sk2mh6md2gwjjknyq5vlqk0pfjkjirj7lhfc06")))) | 2509 | (base32 "0fs23jnycg6mnn4afvdwwizyv1ka3p1mm7il4jx60x6dmmwq69rm")))) |
| 2510 | (build-system pyproject-build-system) | 2510 | (build-system pyproject-build-system) |
| 2511 | (arguments | 2511 | (arguments |
| 2512 | (list | 2512 | (list |
| 2513 | #:test-flags | ||
| 2514 | #~(list | ||
| 2515 | ;; raises "ValueError: ImageSeries 'TestImageSeries': num_samples | ||
| 2516 | ;; should be set when format='external' [...]" | ||
| 2517 | (string-append "--deselect=tests/unit_tests/test_image_series.py" | ||
| 2518 | "::test_check_image_series_starting_frame_without_external_file_pass_with_external") | ||
| 2519 | ;; raises "IndexError: DynamicTableRegion values [...] are out of bounds" | ||
| 2520 | (string-join (list "--deselect=tests/unit_tests/test_tables.py" | ||
| 2521 | "TestCheckDynamicTableRegion" | ||
| 2522 | "test_check_dynamic_table_region_data_validity_gt_len") | ||
| 2523 | "::") | ||
| 2524 | (string-join (list "--deselect=tests/unit_tests/test_tables.py" | ||
| 2525 | "TestCheckDynamicTableRegion" | ||
| 2526 | "test_check_dynamic_table_region_data_validity_lt_zero") | ||
| 2527 | "::")) | ||
| 2513 | #:phases | 2528 | #:phases |
| 2514 | #~(modify-phases %standard-phases | 2529 | #~(modify-phases %standard-phases |
| 2515 | (add-before 'build 'set-home | 2530 | (add-before 'build 'set-home |
| @@ -2519,7 +2534,6 @@ as well as associated behavioral events. | |||
| 2519 | (propagated-inputs (list python-aiohttp | 2534 | (propagated-inputs (list python-aiohttp |
| 2520 | python-click | 2535 | python-click |
| 2521 | python-fsspec | 2536 | python-fsspec |
| 2522 | python-hdmf-zarr | ||
| 2523 | python-isodate | 2537 | python-isodate |
| 2524 | python-jsonschema | 2538 | python-jsonschema |
| 2525 | python-natsort | 2539 | python-natsort |
