python311Packages.networkx: disable failing test

Likely a result of the pytest 8.x upgrade.
This commit is contained in:
Martin Weinelt
2024-03-12 18:25:05 +01:00
parent cbdb6f393e
commit babf9bb40d
@@ -58,6 +58,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# No warnings of type (<class 'DeprecationWarning'>, <class 'PendingDeprecationWarning'>, <class 'FutureWarning'>) were emitted.
"test_connected_raise"
];
meta = {
changelog = "https://github.com/networkx/networkx/blob/networkx-${version}/doc/release/release_${version}.rst";
homepage = "https://networkx.github.io/";