perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / coverage / patches / 07-rmdir-busy-dir.patch
blob62712d0594a600084b6937b37b314eb513187321
1 --- coverage-7.6.9/tests/test_process.py.orig
2 +++ coverage-7.6.9/tests/test_process.py
3 @@ -1163,6 +1163,7 @@
6 @pytest.mark.skipif(env.WINDOWS, reason="Windows can't delete the directory in use.")
7 +@pytest.mark.skipif(sys.platform == "sunos5", reason="illumos can't delete the directory in use.")
8 class YankedDirectoryTest(CoverageTest):
9 """Tests of what happens when the current directory is deleted."""