lol

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

authored by

Fabian Affolter and committed by
GitHub
9d68490e bd5d8282

+5
+5
pkgs/development/python-modules/inline-snapshot/default.nix
··· 76 76 "tests/test_typing.py" 77 77 ]; 78 78 79 + disabledTests = [ 80 + # Tests for precise formatting 81 + "test_empty_sub_snapshot" 82 + ]; 83 + 79 84 meta = with lib; { 80 85 description = "Create and update inline snapshots in Python tests"; 81 86 homepage = "https://github.com/15r10nk/inline-snapshot/";