Commit a49541f0 authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.dvc-gs: fix pythonImportsCheck usage

parent 7b50880a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ buildPythonPackage rec {
  # Network access is needed for tests
  doCheck = false;

  pythonCheckImports = [ "dvc_gs" ];
  pythonImportsCheck = [ "dvc_gs" ];

  meta = with lib; {
    description = "gs plugin for dvc";