pythonPackages.ipykernel: fix build
flaky was accidentally removed from checkInputs in 99de1a8ebb
This commit is contained in:
parent
87021d3ca1
commit
5c0d3d9050
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
checkInputs = [ pytestCheckHook nose ];
|
||||
checkInputs = [ pytestCheckHook nose flaky ];
|
||||
dontUseSetuptoolsCheck = true;
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
|
Loading…
Reference in New Issue
Block a user