Skip to content

Commit 460c8d9

Browse files
committed
CI: Disable pytest for now
1 parent 0f8842c commit 460c8d9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.azure-pipelines/windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
displayName: 'Update build tools'
3030
- script: |
3131
python -m pip install --find-links %EXTRA_WHEELS% %DEPENDS%
32-
python -m pip install nose mock coverage codecov
33-
python -m pip install pytest
32+
python -m pip install nose mock coverage codecov pytest
3433
displayName: 'Install dependencies'
3534
- script: |
3635
python -m pip install .
@@ -41,7 +40,6 @@ jobs:
4140
cd for_testing
4241
cp ../.coveragerc .
4342
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
44-
pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
4543
displayName: 'Nose tests'
4644
- script: |
4745
cd for_testing

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ script:
130130
cd for_testing
131131
cp ../.coveragerc .
132132
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
133-
pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
134133
else
135134
false
136135
fi

0 commit comments

Comments
 (0)