Skip to content

Commit c9d9eba

Browse files
committed
MNT: Purge nose from requirements, CI
1 parent 0117212 commit c9d9eba

File tree

5 files changed

+0
-49
lines changed

5 files changed

+0
-49
lines changed

.azure-pipelines/windows.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@ jobs:
3636
python -m pip install .[$(CHECK_TYPE)]
3737
SET NIBABEL_DATA_DIR=%CD%\\nibabel-data
3838
displayName: 'Install nibabel'
39-
- script: |
40-
mkdir for_testing
41-
cd for_testing
42-
cp ../.coveragerc .
43-
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel ^
44-
-I test_data ^
45-
-I test_environment ^
46-
-I test_euler ^
47-
-I test_giftiio ^
48-
-I test_netcdf ^
49-
-I test_pkg_info ^
50-
-I test_quaternions ^
51-
-I test_scaling ^
52-
-I test_scripts ^
53-
-I test_spaces ^
54-
-I test_testing
55-
displayName: 'Nose tests'
56-
condition: and(succeeded(), eq(variables['CHECK_TYPE'], 'nosetests'))
5739
- script: |
5840
mkdir for_testing
5941
cd for_testing

.travis.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ python:
2727

2828
jobs:
2929
include:
30-
# Old nosetests - Remove soon
31-
- python: 3.7
32-
env:
33-
- CHECK_TYPE="nosetests"
3430
# Basic dependencies only
3531
- python: 3.5
3632
env:
@@ -127,23 +123,6 @@ script:
127123
cd doc
128124
make html;
129125
make doctest;
130-
elif [ "${CHECK_TYPE}" == "nosetests" ]; then
131-
# Change into an innocuous directory and find tests from installation
132-
mkdir for_testing
133-
cd for_testing
134-
cp ../.coveragerc .
135-
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel \
136-
-I test_data \
137-
-I test_environment \
138-
-I test_euler \
139-
-I test_giftiio \
140-
-I test_netcdf \
141-
-I test_pkg_info \
142-
-I test_quaternions \
143-
-I test_scaling \
144-
-I test_scripts \
145-
-I test_spaces \
146-
-I test_testing
147126
elif [ "${CHECK_TYPE}" == "test" ]; then
148127
# Change into an innocuous directory and find tests from installation
149128
mkdir for_testing

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,3 @@ jobs:
3434
py38-x64:
3535
PYTHON_VERSION: '3.8'
3636
PYTHON_ARCH: 'x64'
37-
nosetests:
38-
PYTHON_VERSION: '3.6'
39-
PYTHON_ARCH: 'x64'
40-
CHECK_TYPE: 'nosetests'

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Requirements for running tests
22
-r requirements.txt
3-
nose
43
pytest

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,8 @@ spm =
5555
scipy
5656
style =
5757
flake8
58-
nosetests =
59-
coverage
60-
nose >=0.11
61-
pytest
6258
test =
6359
coverage
64-
nose >=0.11
6560
pytest !=5.3.4
6661
pytest-cov
6762
all =

0 commit comments

Comments
 (0)