diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-01-18 17:04:13 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2023-01-19 14:35:44 -0700 |
commit | f75bb0edb0e6eec2564de4bf798242984860a19b (patch) | |
tree | 147d9a0804a8d0afb8d409d8f0595b688be3f5f6 /numpy/array_api/_array_object.py | |
parent | b2badd70786145eb21cec02109b23e6520c6ffea (diff) | |
download | numpy-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/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions