diff options
author | Juanita Gomez <juanitagomezr2112@gmail.com> | 2022-06-16 08:06:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 19:06:18 +0400 |
commit | 19dbcfb672d3462f82640e3a9a9c56583e252f20 (patch) | |
tree | 3cda3e56ae69f0ad5e4f3f2540a048458b5120c3 /networkx/conftest.py | |
parent | 8ba86c6a598c0c345b975a21934176dcbbcfb7f7 (diff) | |
download | networkx-19dbcfb672d3462f82640e3a9a9c56583e252f20.tar.gz |
Remove deprecated k-nearest-neighbors (#5769)
Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
Diffstat (limited to 'networkx/conftest.py')
-rw-r--r-- | networkx/conftest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networkx/conftest.py b/networkx/conftest.py index 91875308..600b3754 100644 --- a/networkx/conftest.py +++ b/networkx/conftest.py @@ -43,9 +43,6 @@ def pytest_collection_modifyitems(config, items): @pytest.fixture(autouse=True) def set_warnings(): warnings.filterwarnings( - "ignore", category=DeprecationWarning, message="k_nearest_neighbors" - ) - warnings.filterwarnings( "ignore", category=DeprecationWarning, message=r"Ordered.* is deprecated" ) warnings.filterwarnings( |