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 873096c commit f0111abCopy full SHA for f0111ab
src/py/reactpy/tests/test_backend/test_all.py
@@ -1,3 +1,4 @@
1
+import sys
2
from collections.abc import MutableMapping
3
4
import pytest
@@ -106,6 +107,7 @@ def ShowScope():
106
107
assert isinstance(scope.current, MutableMapping)
108
109
110
+@pytest.mark.skipIf(sys.platform == "darwin", reason="Tornado and Flask backends are currently buggy on MacOS.")
111
async def test_use_location(display: DisplayFixture):
112
location = reactpy.Ref()
113
0 commit comments