summaryrefslogtreecommitdiff
path: root/numpy/_pyinstaller
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-01-18 17:04:13 -0700
committerCharles Harris <charlesr.harris@gmail.com>2023-01-19 14:35:44 -0700
commitf75bb0edb0e6eec2564de4bf798242984860a19b (patch)
tree147d9a0804a8d0afb8d409d8f0595b688be3f5f6 /numpy/_pyinstaller
parentb2badd70786145eb21cec02109b23e6520c6ffea (diff)
downloadnumpy-f75bb0edb0e6eec2564de4bf798242984860a19b.tar.gz
MAINT: Remove all nose testing support.
NumPy switched to using pytest in 2018 and nose has been unmaintained for many years. We have kept NumPy's nose support to avoid breaking downstream projects who might have been using it and not yet switched to pytest or some other testing framework. With the arrival of Python 3.12, unpatched nose will raise an error. It it time to move on. Decorators removed - raises - slow - setastest - skipif - knownfailif - deprecated - parametrize - _needs_refcount These are not to be confused with pytest versions with similar names, e.g., pytest.mark.slow, pytest.mark.skipif, pytest.mark.parametrize. Functions removed - Tester - import_nose - run_module_suite
Diffstat (limited to 'numpy/_pyinstaller')
-rw-r--r--numpy/_pyinstaller/hook-numpy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/_pyinstaller/hook-numpy.py b/numpy/_pyinstaller/hook-numpy.py
index 69992bdeb..c0d018efc 100644
--- a/numpy/_pyinstaller/hook-numpy.py
+++ b/numpy/_pyinstaller/hook-numpy.py
@@ -29,7 +29,6 @@ hiddenimports = ['numpy.core._dtype_ctypes']
excludedimports = [
"scipy",
"pytest",
- "nose",
"f2py",
"setuptools",
"numpy.f2py",