Skip to content

Commit b35166f

Browse files
committed
CI: Only ignore files that use fixtures
1 parent b18479c commit b35166f

File tree

2 files changed

+2
-114
lines changed

2 files changed

+2
-114
lines changed

.azure-pipelines/windows.yml

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -41,73 +41,17 @@ jobs:
4141
cd for_testing
4242
cp ../.coveragerc .
4343
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel ^
44-
-I test_array_sequence ^
45-
-I test_tractogram ^
46-
-I test_api_validators ^
47-
-I test_arrayproxy ^
48-
-I test_arraywriters ^
49-
-I test_batteryrunners ^
50-
-I test_brikhead ^
51-
-I test_casting ^
52-
-I test_cifti2io_axes ^
53-
-I test_cifti2io_header ^
5444
-I test_data ^
55-
-I test_deprecated ^
56-
-I test_deprecator ^
57-
-I test_dicomwrappers ^
58-
-I test_dft ^
59-
-I test_ecat ^
60-
-I test_ecat_data ^
61-
-I test_endiancodes ^
6245
-I test_environment ^
6346
-I test_euler ^
64-
-I test_filebasedimages ^
65-
-I test_filehandles ^
66-
-I test_fileholders ^
67-
-I test_filename_parser ^
68-
-I test_files_interface ^
69-
-I test_fileslice ^
70-
-I test_fileutils ^
71-
-I test_floating ^
72-
-I test_funcs ^
7347
-I test_giftiio ^
74-
-I test_h5py_compat ^
75-
-I test_image_api ^
76-
-I test_image_load_save ^
77-
-I test_image_types ^
78-
-I test_imageclasses ^
79-
-I test_imageglobals ^
80-
-I test_io ^
81-
-I test_keywordonly ^
82-
-I test_loadsave ^
83-
-I test_minc1 ^
84-
-I test_minc2 ^
85-
-I test_minc2_data ^
86-
-I test_mriutils ^
8748
-I test_netcdf ^
88-
-I test_nibabel_data ^
89-
-I test_nifti1 ^
90-
-I test_nifti2 ^
91-
-I test_openers ^
92-
-I test_optpkg ^
93-
-I test_orientations ^
94-
-I test_parrec ^
95-
-I test_parrec_data ^
9649
-I test_pkg_info ^
97-
-I test_processing ^
98-
-I test_proxy_api ^
9950
-I test_quaternions ^
100-
-I test_recoder ^
101-
-I test_remmovalschedule ^
102-
-I test_round_trip ^
103-
-I test_rstutils ^
10451
-I test_scaling ^
105-
-I test_wrapstruct ^
106-
-I test_io ^
10752
-I test_scripts ^
10853
-I test_spaces ^
109-
-I test_testing ^
110-
-I test_wrapstruct
54+
-I test_testing
11155
displayName: 'Nose tests'
11256
condition: and(succeeded(), eq(variables['CHECK_TYPE'], 'nosetests'))
11357
- script: |

.travis.yml

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -134,73 +134,17 @@ script:
134134
cd for_testing
135135
cp ../.coveragerc .
136136
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel \
137-
-I test_array_sequence \
138-
-I test_tractogram \
139-
-I test_api_validators \
140-
-I test_arrayproxy \
141-
-I test_arraywriters \
142-
-I test_batteryrunners \
143-
-I test_brikhead \
144-
-I test_casting \
145-
-I test_cifti2io_axes \
146-
-I test_cifti2io_header \
147137
-I test_data \
148-
-I test_deprecated \
149-
-I test_deprecator \
150-
-I test_dicomwrappers \
151-
-I test_dft \
152-
-I test_ecat \
153-
-I test_ecat_data \
154-
-I test_endiancodes \
155138
-I test_environment \
156139
-I test_euler \
157-
-I test_filebasedimages \
158-
-I test_filehandles \
159-
-I test_fileholders \
160-
-I test_filename_parser \
161-
-I test_files_interface \
162-
-I test_fileslice \
163-
-I test_fileutils \
164-
-I test_floating \
165-
-I test_funcs \
166140
-I test_giftiio \
167-
-I test_h5py_compat \
168-
-I test_image_api \
169-
-I test_image_load_save \
170-
-I test_image_types \
171-
-I test_imageclasses \
172-
-I test_imageglobals \
173-
-I test_io \
174-
-I test_keywordonly \
175-
-I test_loadsave \
176-
-I test_minc1 \
177-
-I test_minc2 \
178-
-I test_minc2_data \
179-
-I test_mriutils \
180141
-I test_netcdf \
181-
-I test_nibabel_data \
182-
-I test_nifti1 \
183-
-I test_nifti2 \
184-
-I test_openers \
185-
-I test_optpkg \
186-
-I test_orientations \
187-
-I test_parrec \
188-
-I test_parrec_data \
189142
-I test_pkg_info \
190-
-I test_processing \
191-
-I test_proxy_api \
192143
-I test_quaternions \
193-
-I test_recoder \
194-
-I test_remmovalschedule \
195-
-I test_round_trip \
196-
-I test_rstutils \
197144
-I test_scaling \
198-
-I test_wrapstruct \
199-
-I test_io \
200145
-I test_scripts \
201146
-I test_spaces \
202-
-I test_testing \
203-
-I test_wrapstruct
147+
-I test_testing
204148
elif [ "${CHECK_TYPE}" == "test" ]; then
205149
# Change into an innocuous directory and find tests from installation
206150
mkdir for_testing

0 commit comments

Comments
 (0)