1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

pythonPackages.vcver: Fix pythonImportsCheck

This commit is contained in:
Sandro Jäckel 2020-12-30 21:37:41 +01:00
parent 5b3e787c4e
commit df2f2a6e82
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";