Skip to content

Commit cff32bb

Browse files
committed
MNT: Purge defunct nisext package
1 parent 1436a6e commit cff32bb

10 files changed

+4
-1024
lines changed

.coveragerc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[run]
22
branch = True
3-
source = nibabel, nisext
4-
include = */nibabel/*, */nisext/*
3+
source = nibabel
4+
include = */nibabel/*
55
omit =
66
*/externals/*
77
*/benchmarks/*

Makefile

+1-20
Original file line numberDiff line numberDiff line change
@@ -233,25 +233,6 @@ bdist_rpm:
233233
bdist_mpkg:
234234
$(PYTHON) tools/mpkg_wrapper.py setup.py install
235235

236-
# Check for files not installed
237-
check-files:
238-
$(PYTHON) -c 'from nisext.testers import check_files; check_files("nibabel")'
239-
240-
# Print out info for possible install methods
241-
check-version-info:
242-
$(PYTHON) -c 'from nisext.testers import info_from_here; info_from_here("nibabel")'
243-
244-
# Run tests from installed code
245-
installed-tests:
246-
$(PYTHON) -c 'from nisext.testers import tests_installed; tests_installed("nibabel")'
247-
248-
# Run tests from packaged distributions
249-
sdist-tests:
250-
$(PYTHON) -c 'from nisext.testers import sdist_tests; sdist_tests("nibabel", doctests=False)'
251-
252-
bdist-egg-tests:
253-
$(PYTHON) -c 'from nisext.testers import bdist_egg_tests; bdist_egg_tests("nibabel", doctests=False, label="not script_test")'
254-
255236
sdist-venv: clean
256237
rm -rf dist venv
257238
unset PYTHONPATH && $(PYTHON) setup.py sdist --formats=zip
@@ -260,7 +241,7 @@ sdist-venv: clean
260241
mkdir venv/tmp
261242
cd venv/tmp && unzip ../../dist/*.zip
262243
. venv/bin/activate && cd venv/tmp/nibabel* && python setup.py install
263-
unset PYTHONPATH && . venv/bin/activate && cd venv && nosetests --with-doctest nibabel nisext
244+
unset PYTHONPATH && . venv/bin/activate && cd venv && pytest --doctest-modules --doctest-plus --pyargs nibabel
264245

265246
source-release: distclean
266247
$(PYTHON) -m compileall .

nisext/__init__.py

-13
This file was deleted.

nisext/py3builder.py

-38
This file was deleted.

nisext/sexts.py

-285
This file was deleted.

0 commit comments

Comments
 (0)