From 18143275c63a5d2ceb54afebbb944dbc0e7ac9f1 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 27 Dec 2021 08:05:46 -0300 Subject: [PATCH] Remove obsolete skip based on java (no longer supported) --- testing/acceptance_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index dee1848..44443d0 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -154,7 +154,6 @@ class TestDistribution: result.stdout.fnmatch_lines(["*2*Python*", "*2 failed, 1 passed, 1 skipped*"]) assert result.ret == 1 - @pytest.mark.xfail("sys.platform.startswith('java')", run=False) def test_dist_tests_with_crash(self, pytester: pytest.Pytester) -> None: if not hasattr(os, "kill"): pytest.skip("no os.kill")