Unverified Commit bde4a877 authored by wxt's avatar wxt
Browse files

python3Packages.drms: fix build

parent c8c511e8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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" ];