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 9826278 commit d4c3177Copy full SHA for d4c3177
1 file changed
src/reactpy/pyscript/utils.py
@@ -123,7 +123,7 @@ def extend_pyscript_config(
123
pyscript_config["packages"].extend(extra_py)
124
125
# FIXME: https://github.com/pyscript/pyscript/issues/2282
126
- if any(pkg.endswith(".whl") for pkg in pyscript_config["packages"]):
+ if any(pkg.endswith(".whl") for pkg in pyscript_config["packages"]): # nocov
127
pyscript_config["packages_cache"] = "never"
128
129
# Extend the JavaScript dependency list
0 commit comments