Skip to content

Commit 3cc4631

Browse files
test: use released version of test dependency
1 parent 01b3243 commit 3cc4631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def run(self):
180180
],
181181
extras_require={
182182
"test": [
183-
"solara[pytest] @ https://github.com/widgetti/solara/archive/refs/heads/11-01-feat_testing_support_passing_local_variable_to_kernels.zip", # noqa: E501
183+
"solara[pytest]",
184184
],
185185
"dev": [
186186
"pre-commit",

0 commit comments

Comments
 (0)