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

python310Packages.syrupy: add pythonImportsCheck

parent 40abe42d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ buildPythonPackage rec {
    runHook postCheck
  '';

  pythonImportsCheck = [ "syrupy" ];

  meta = with lib; {
    changelog = "https://github.com/tophat/syrupy/releases/tag/v${version}";
    description = "Pytest Snapshot Test Utility";