pythonPackages.intake: disable broken test
This commit is contained in:
parent
00d6078d8e
commit
8a78967cd8
@ -64,14 +64,17 @@ buildPythonPackage rec {
|
|||||||
PATH=$out/bin:$PATH
|
PATH=$out/bin:$PATH
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# disable tests which touch network
|
disabledTests = [
|
||||||
disabledTests = ''
|
# disable tests which touch network
|
||||||
"test_discover"
|
"test_discover"
|
||||||
"test_filtered_compressed_cache"
|
"test_filtered_compressed_cache"
|
||||||
"test_get_dir"
|
"test_get_dir"
|
||||||
"test_remote_cat"
|
"test_remote_cat"
|
||||||
"http"
|
"http"
|
||||||
'';
|
|
||||||
|
# broken test
|
||||||
|
"test_read_pattern_with"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Data load and catalog system";
|
description = "Data load and catalog system";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user