summaryrefslogtreecommitdiff
path: root/networkx/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/conftest.py')
-rw-r--r--networkx/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/conftest.py b/networkx/conftest.py
index 7480a5c8..03065302 100644
--- a/networkx/conftest.py
+++ b/networkx/conftest.py
@@ -246,7 +246,7 @@ def set_warnings():
warnings.filterwarnings(
"ignore",
category=DeprecationWarning,
- message="signature change for node_link functions",
+ message="\n\nThe `attrs` keyword argument of node_link",
)