summaryrefslogtreecommitdiff
path: root/networkx/conftest.py
diff options
context:
space:
mode:
authorJuanita Gomez <juanitagomezr2112@gmail.com>2022-06-21 05:50:06 -0700
committerGitHub <noreply@github.com>2022-06-21 16:50:06 +0400
commitec4171be07bd6ffdced927acbc05b9eb323e9f3f (patch)
tree8490cf5fa1c7b7cfb899f321e39a26a208bfa83b /networkx/conftest.py
parentd783b40bbad19edebaa2d70880d19f9d7cc97387 (diff)
downloadnetworkx-ec4171be07bd6ffdced927acbc05b9eb323e9f3f.tar.gz
Remove deprecated function edge_betweeness (#5765)
* Remove deprecated function edge_betweeness * [ci skip] remove from release doc validation script. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
Diffstat (limited to 'networkx/conftest.py')
-rw-r--r--networkx/conftest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/networkx/conftest.py b/networkx/conftest.py
index ad146c52..bdb65f2e 100644
--- a/networkx/conftest.py
+++ b/networkx/conftest.py
@@ -72,9 +72,6 @@ def set_warnings():
message="This will return a generator in 3.0*",
)
warnings.filterwarnings(
- "ignore", category=DeprecationWarning, message="edge_betweeness"
- )
- warnings.filterwarnings(
"ignore", category=PendingDeprecationWarning, message="the matrix subclass"
)
warnings.filterwarnings(