python3Packages.pyecotrend-ista: ignore unused snapshot

This commit is contained in:
Martin Weinelt
2026-07-12 12:50:25 +02:00
parent 9e1be8d8a9
commit c02cec4fdb

View File

@@ -45,6 +45,10 @@ buildPythonPackage rec {
syrupy
];
pytestFlags = [
"--snapshot-warn-unused"
];
pythonImportsCheck = [ "pyecotrend_ista" ];
meta = {