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