mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python3Packages.pyecotrend-ista: ignore unused snapshot
This commit is contained in:
@@ -45,6 +45,10 @@ buildPythonPackage rec {
|
||||
syrupy
|
||||
];
|
||||
|
||||
pytestFlags = [
|
||||
"--snapshot-warn-unused"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pyecotrend_ista" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user