python3Packages.drms: fix build

This commit is contained in:
wxt
2024-11-11 12:30:57 +08:00
parent c8c511e892
commit bde4a87745
@@ -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" ];