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 e7f8e76 commit ac92e56Copy full SHA for ac92e56
tests/test_anywidget.py
@@ -8,7 +8,7 @@
8
from panel.io.server import serve
9
from playwright.sync_api import expect, Page
10
11
-if sys.platfrom.startswith("win"):
+if sys.platform.startswith("win"):
12
pytest.skip(reason="Skipping E2E tests on Windows.", allow_module_level=True)
13
14
0 commit comments