Skip to content

Commit efccdb6

Browse files
committed
fix
1 parent 6acaff7 commit efccdb6

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/test_with_free_threaded_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uv venv -p 3.14t
5454
source .venv/bin/activate
5555
uv pip install -e '.[test,dicomfs,indexed_gzip,spm,zstd]'
56-
uv pip install pytest-run-parallel
56+
uv pip install pytest-run-parallel
5757
5858
- name: Run test suite
5959
# run on several threads

nibabel/tests/test_image_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ class GetSetDtypeMixin:
201201
202202
Add this one if your image has ``get_data_dtype`` and ``set_data_dtype``.
203203
"""
204+
204205
@pytest.mark.thread_unsafe
205206
def validate_dtype(self, imaker, params):
206207
# data / storage dtype

nibabel/tests/test_imageglobals.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#
88
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
99
"""Tests for imageglobals module"""
10+
1011
import pytest
1112

1213
from .. import imageglobals as igs

nibabel/tests/test_nifti2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#
88
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
99
"""Tests for nifti2 reading package"""
10+
1011
import os
1112

1213
import numpy as np

0 commit comments

Comments
 (0)