rebuild geeqie
[oi-userland.git] / components / python / ini2toml / patches / 01-test_auto_formatting.patch
blobac50f12b39baa23c3ac0e3514e61a1afb20807a5
1 --- ini2toml-0.15/tests/test_cli.py.orig
2 +++ ini2toml-0.15/tests/test_cli.py
3 @@ -127,6 +127,7 @@
4 sys.version_info < (3, 7),
5 reason="pyproject-fmt is only available on Python 3.7+",
7 +@pytest.mark.skip(reason="always fails: https://github.com/abravalheri/ini2toml/issues/107")
8 def test_auto_formatting(tmp_path, capsys):
9 setupcfg = """
10 [metadata]