rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / python / executing / patches / 01-test-disable-failing.patch
blob4eb2926a15839fa42a74ae6343503786a10de600
1 --- executing-2.1.0/tests/test_main.py.orig
2 +++ executing-2.1.0/tests/test_main.py
3 @@ -1545,6 +1545,7 @@
4 lamb = lambda: 0
7 +@pytest.mark.skip(reason="fails with tox-current-env")
8 def test_global_tester_calls():
9 # tester calls should be tested at global scope
10 from . import global_tester_calls