Skip to content

Commit 31a1863

Browse files
committed
-
1 parent 222bbf3 commit 31a1863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/environments/tests/test_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
@pytest.mark.anyio
20-
@pytest.mark.skipif(platform.system == "Windows", reason="Doesn't support Windows")
20+
@pytest.mark.skipif(platform.system() == "Windows", reason="Doesn't support Windows")
2121
async def test_kernel_environment_micromamba(tmp_path):
2222
config = {
2323
"jupyverse": {

0 commit comments

Comments
 (0)