python3Packages.inline-snapshot: disable test with hardcoded formatting (#398374)

This commit is contained in:
Fabian Affolter
2025-04-14 00:06:11 +02:00
committed by GitHub
@@ -76,6 +76,11 @@ buildPythonPackage rec {
"tests/test_typing.py"
];
disabledTests = [
# Tests for precise formatting
"test_empty_sub_snapshot"
];
meta = with lib; {
description = "Create and update inline snapshots in Python tests";
homepage = "https://github.com/15r10nk/inline-snapshot/";