Skip to content

Commit

Permalink
test: use released version of test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Feb 27, 2024
1 parent 01b3243 commit de5c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def run(self):
],
extras_require={
"test": [
"solara[pytest] @ https://github.com/widgetti/solara/archive/refs/heads/11-01-feat_testing_support_passing_local_variable_to_kernels.zip", # noqa: E501
"solara[pytest]",
],
"dev": [
"pre-commit",
Expand Down

0 comments on commit de5c863

Please sign in to comment.