pythonPackages.vcver: Fix pythonImportsCheck
This commit is contained in:
parent
5b3e787c4e
commit
df2f2a6e82
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
# circular dependency on test tool uranium https://pypi.org/project/uranium/
|
||||
doCheck = false;
|
||||
|
||||
pythonImportTests = [ "vcver" ];
|
||||
pythonImportsCheck = [ "vcver" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Reference Implementation of vcver";
|
||||
|
Loading…
Reference in New Issue
Block a user