Merge branch 'fix-cape2fmt' of https://github.com/yelhamer/capa into fix-cape2fmt

This commit is contained in:
Yacine Elhamer
2023-08-24 15:01:00 +02:00

View File

@@ -75,7 +75,7 @@ def run_program(script_path, args):
return subprocess.run(args, stdout=subprocess.PIPE)
@pytest.mark.xfail(reason="RD test files haven't been updated yet")
@pytest.mark.xfail(reason="result document test files haven't been updated yet")
def test_proto_conversion(tmp_path):
t = tmp_path / "proto-test"
t.mkdir()