We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808607b commit ef741f0Copy full SHA for ef741f0
tests/test_eventloop.py
@@ -58,7 +58,7 @@ def _setup_env():
58
59
# some part of this module seems to hang when run with xvfb
60
pytestmark = pytest.mark.skipif(
61
- sys.platform == "linux" and os.getenv("CI"), reason="hangs on linux CI"
+ sys.platform == "linux" and bool(os.getenv("CI")), reason="hangs on linux CI"
62
)
63
64
0 commit comments