mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
python3Packages.drms: fix build
This commit is contained in:
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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user