Skip to content

Commit

Permalink
chore: use solara pytest plugin which is now released (#262)
Browse files Browse the repository at this point in the history
We could not release ipyvuetify with the pointer to a github branch.
  • Loading branch information
maartenbreddels committed May 26, 2023
1 parent 9f9de61 commit 4fc0a4e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,11 @@ def run(self):
install_requires=[
"ipyvue>=1.7,<2",
],
# we need to use the released version
# extras_require={
# "test": [
# "solara[pytest] @ https://github.com/widgetti/solara/archive/refs/heads/feat_test_ipywidgets.zip",
# ]
# },
extras_require={
"test": [
"solara[pytest]",
]
},
packages=find_packages(exclude=["generate_source"]),
zip_safe=False,
cmdclass={
Expand Down

0 comments on commit 4fc0a4e

Please sign in to comment.