python3Packages.drms: fix build

This commit is contained in:
wxt 2024-11-10 21:13:01 +08:00
parent c8c511e892
commit bde4a87745
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -44,7 +44,10 @@ buildPythonPackage rec {
pytest-doctestplus
];
disabledTests = [ "test_query_hexadecimal_strings" ];
disabledTests = [
"test_query_hexadecimal_strings"
"test_jsocinfoconstants" # Need network
];
disabledTestPaths = [ "docs/tutorial.rst" ];