File tree Expand file tree Collapse file tree 6 files changed +4
-128
lines changed Expand file tree Collapse file tree 6 files changed +4
-128
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ Release date: TBA
42
42
43
43
Closes #2608
44
44
45
+ * The brain for nose was dropped. nose has been deprecated for 10 years and the brain required some maintenance.
46
+
47
+ Refs #2765
48
+
45
49
What's New in astroid 3.3.11?
46
50
=============================
47
51
Release date: TBA
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ def register_all_brains(manager: AstroidManager) -> None:
47
47
brain_mechanize ,
48
48
brain_multiprocessing ,
49
49
brain_namedtuple_enum ,
50
- brain_nose ,
51
50
brain_numpy_core_einsumfunc ,
52
51
brain_numpy_core_fromnumeric ,
53
52
brain_numpy_core_function_base ,
@@ -99,7 +98,6 @@ def register_all_brains(manager: AstroidManager) -> None:
99
98
brain_mechanize .register (manager )
100
99
brain_multiprocessing .register (manager )
101
100
brain_namedtuple_enum .register (manager )
102
- brain_nose .register (manager )
103
101
brain_numpy_core_einsumfunc .register (manager )
104
102
brain_numpy_core_fromnumeric .register (manager )
105
103
brain_numpy_core_function_base .register (manager )
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ module = [
151
151
" _io.*" ,
152
152
" gi.*" ,
153
153
" importlib.*" ,
154
- " nose.*" ,
155
154
" numpy.*" ,
156
155
" pytest" ,
157
156
" setuptools" ,
Original file line number Diff line number Diff line change 3
3
4
4
# Packages used to run additional tests
5
5
attrs
6
- nose
7
6
numpy>=1.17.0,<2; python_version<"3.12"
8
7
python-dateutil
9
8
PyQt6
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments