pythonPackages.intake: disable failing test on darwin
This commit is contained in:
parent
c747c547c3
commit
d14fd98e79
@ -24,7 +24,6 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "intake";
|
||||
version = "0.6.0";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
@ -73,7 +72,7 @@ buildPythonPackage rec {
|
||||
"http"
|
||||
|
||||
# broken test
|
||||
"test_read_pattern_with"
|
||||
"test_read_pattern"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user