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 222bbf3 commit 31a1863Copy full SHA for 31a1863
plugins/environments/tests/test_environments.py
@@ -17,7 +17,7 @@
17
18
19
@pytest.mark.anyio
20
-@pytest.mark.skipif(platform.system == "Windows", reason="Doesn't support Windows")
+@pytest.mark.skipif(platform.system() == "Windows", reason="Doesn't support Windows")
21
async def test_kernel_environment_micromamba(tmp_path):
22
config = {
23
"jupyverse": {
0 commit comments