pythonPackages.intake: disable failing test on darwin

This commit is contained in:
Sandro Jäckel 2021-02-17 23:11:31 +01:00
parent c747c547c3
commit d14fd98e79
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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; {