python313Packages.nbconvert: disable DeprecationWarning in tests

This commit is contained in:
Martin Weinelt 2024-11-15 03:11:59 +01:00
parent 98d9ddb0ef
commit b9733f28c3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -86,6 +86,11 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"-W"
"ignore::DeprecationWarning"
];
disabledTests = [
# Attempts network access (Failed to establish a new connection: [Errno -3] Temporary failure in name resolution)
"test_export"