python310Packages.syrupy: add pythonImportsCheck

This commit is contained in:
Mario Rodas
2023-08-06 04:20:00 +00:00
parent 40abe42d9c
commit db478b7538
@@ -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";