mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python3Packages.contexttimer: fix typo
This commit is contained in:
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
pythonImportCheck = [ "contexttimer" ];
|
||||
pythonImportsCheck = [ "contexttimer" ];
|
||||
|
||||
checkInputs = [ mock ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user