()
| 420 | |
| 421 | @pytest.mark.skipif(not TEST_GEVENT, reason="Gevent not installed.") |
| 422 | def test_gevent_notify(): |
| 423 | _check_in_separate_process("check_notify_on_gevent_loaded", update_env={"GEVENT_SUPPORT": ""}) |
| 424 | _check_in_separate_process("check_dont_notify_on_gevent_loaded", update_env={"GEVENT_SUPPORT": "True"}) |
| 425 | |
| 426 | |
| 427 | @pytest.mark.skipif(True, reason="Skipping because running this test can interrupt the test suite execution.") |
nothing calls this directly
no test coverage detected