Skip to content

Commit

Permalink
ci: pin playwright similar to solara for compatibility
Browse files Browse the repository at this point in the history
As mentioned in widgetti/solara#913
pytest-ipywidgets is not compatible with newer versions of
pytest-playwright.
We did not notice this in solara, because we pinned playwright, which
seems to limit the versions of pytest-playwright to a compatible one.
If we apply the same pinning as solara, we should be able to avoid
this issue.
  • Loading branch information
maartenbreddels committed Jan 30, 2025
1 parent 6dc1708 commit ebad9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test =
pytest-cov
nbconvert>=6.4.5
visualtest =
playwright
playwright==1.41.2
pytest-playwright
pytest-mpl
solara[pytest]
Expand Down

0 comments on commit ebad9ed

Please sign in to comment.