forked from mirrors/nixpkgs
python3Packages.contexttimer: fix typo
This commit is contained in:
parent
94c97dfa94
commit
0eb15b8fd8
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||
})
|
||||
];
|
||||
|
||||
pythonImportCheck = [ "contexttimer" ];
|
||||
pythonImportsCheck = [ "contexttimer" ];
|
||||
|
||||
checkInputs = [ mock ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue