python3Packages.autopage: disable failing test on Darwin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
@@ -29,6 +30,11 @@ buildPythonPackage (finalAttrs: {
|
||||
]
|
||||
++ fixtures.optional-dependencies.streams;
|
||||
|
||||
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# https://github.com/zaneb/autopage/issues/7
|
||||
"test_end_to_end"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "autopage" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user