Skip to content

Commit e4dd8f6

Browse files
committed
fix test failures
1 parent 2040b45 commit e4dd8f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/reactpy/executors/pyscript/utils.py

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

1818
import reactpy
1919
from reactpy.config import REACTPY_DEBUG, REACTPY_PATH_PREFIX, REACTPY_WEB_MODULES_DIR
20-
from reactpy.testing.common import GITHUB_ACTIONS
2120
from reactpy.types import VdomDict
2221
from reactpy.utils import reactpy_to_string
2322

@@ -151,6 +150,8 @@ def extend_pyscript_config(
151150

152151

153152
def reactpy_version_string() -> str: # nocov
153+
from reactpy.testing.common import GITHUB_ACTIONS
154+
154155
# Get a list of all versions via `pip index versions`
155156
result = get_reactpy_versions()
156157
local_version = reactpy.__version__

tests/test_asgi/test_standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
import reactpy
1010
from reactpy import html
11+
from reactpy.config import REACTPY_TESTS_DEFAULT_TIMEOUT
1112
from reactpy.executors.asgi.standalone import ReactPy
1213
from reactpy.testing import BackendFixture, DisplayFixture, poll
13-
from reactpy.testing.common import REACTPY_TESTS_DEFAULT_TIMEOUT
1414
from reactpy.types import Connection, Location
1515

1616

0 commit comments

Comments
 (0)