Skip to content

Commit 38fc387

Browse files
Drop the brain for nose
1 parent 580d17c commit 38fc387

File tree

6 files changed

+4
-128
lines changed

6 files changed

+4
-128
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Release date: TBA
4242

4343
Closes #2608
4444

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+
4549
What's New in astroid 3.3.11?
4650
=============================
4751
Release date: TBA

astroid/brain/brain_nose.py

Lines changed: 0 additions & 79 deletions
This file was deleted.

astroid/brain/helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def register_all_brains(manager: AstroidManager) -> None:
4747
brain_mechanize,
4848
brain_multiprocessing,
4949
brain_namedtuple_enum,
50-
brain_nose,
5150
brain_numpy_core_einsumfunc,
5251
brain_numpy_core_fromnumeric,
5352
brain_numpy_core_function_base,
@@ -99,7 +98,6 @@ def register_all_brains(manager: AstroidManager) -> None:
9998
brain_mechanize.register(manager)
10099
brain_multiprocessing.register(manager)
101100
brain_namedtuple_enum.register(manager)
102-
brain_nose.register(manager)
103101
brain_numpy_core_einsumfunc.register(manager)
104102
brain_numpy_core_fromnumeric.register(manager)
105103
brain_numpy_core_function_base.register(manager)

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ module = [
151151
"_io.*",
152152
"gi.*",
153153
"importlib.*",
154-
"nose.*",
155154
"numpy.*",
156155
"pytest",
157156
"setuptools",

requirements_full.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# Packages used to run additional tests
55
attrs
6-
nose
76
numpy>=1.17.0,<2; python_version<"3.12"
87
python-dateutil
98
PyQt6

tests/brain/test_nose.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)