pytest.mark.xfail(sys.implementation.name == "pypy",
reason=("bad interaction between getenv and "
"os.environ inside pytest"))
| 1 | import asyncio |
| 2 | import gc |
| 3 | import os |
| 4 | import pytest |
nothing calls this directly
no outgoing calls
no test coverage detected