pythonPackages.ipykernel: fix build

flaky was accidentally removed from checkInputs in 99de1a8ebb
This commit is contained in:
Mario Rodas 2020-01-04 12:00:00 -05:00 committed by Frederik Rietdijk
parent 87021d3ca1
commit 5c0d3d9050

View File

@ -33,7 +33,7 @@ buildPythonPackage rec {
})
];
checkInputs = [ pytestCheckHook nose ];
checkInputs = [ pytestCheckHook nose flaky ];
dontUseSetuptoolsCheck = true;
preCheck = ''
export HOME=$(mktemp -d)