Skip to content

Commit d4c3177

Browse files
committed
Add nocov for pyscript hotfix
1 parent 9826278 commit d4c3177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy/pyscript/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def extend_pyscript_config(
123123
pyscript_config["packages"].extend(extra_py)
124124

125125
# FIXME: https://github.com/pyscript/pyscript/issues/2282
126-
if any(pkg.endswith(".whl") for pkg in pyscript_config["packages"]):
126+
if any(pkg.endswith(".whl") for pkg in pyscript_config["packages"]): # nocov
127127
pyscript_config["packages_cache"] = "never"
128128

129129
# Extend the JavaScript dependency list

0 commit comments

Comments
 (0)