Remove obsolete skip based on java (no longer supported)

This commit is contained in:
Bruno Oliveira
2021-12-27 08:05:46 -03:00
parent d21f59fea7
commit 18143275c6

View File

@@ -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")