Merge pull request #171925 from dotlambda/contexttimer-typo

python3Packages.contexttimer: fix typo
This commit is contained in:
Fabian Affolter 2022-05-07 11:47:43 +02:00 committed by GitHub
commit f361bc5c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
})
];
pythonImportCheck = [ "contexttimer" ];
pythonImportsCheck = [ "contexttimer" ];
checkInputs = [ mock ];