Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a11y tests are not actually being run #1319

Closed
drammock opened this issue May 9, 2023 · 1 comment · Fixed by #1320
Closed

a11y tests are not actually being run #1319

drammock opened this issue May 9, 2023 · 1 comment · Fixed by #1320

Comments

@drammock
Copy link
Collaborator

drammock commented May 9, 2023

They are all getting skipped by the pytest.importorskip line here:

page = pytest.importorskip("playwright.sync_api.Page")

See the CI log:

https://github.com/pydata/pydata-sphinx-theme/actions/runs/4863937035/jobs/8672323034#step:11:1346

cc @gabalafou @trallard

This happens also for me locally running pytest tests/test_a11y or pytest -m a11y --- all tests are skipped.

@trallard
Copy link
Collaborator

trallard commented May 9, 2023

Hey there I know how fix this.
Will send a PR later today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants