We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
They are all getting skipped by the pytest.importorskip line here:
pytest.importorskip
pydata-sphinx-theme/tests/test_a11y.py
Line 92 in a034b2f
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.
pytest tests/test_a11y
pytest -m a11y
The text was updated successfully, but these errors were encountered:
Hey there I know how fix this. Will send a PR later today
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
They are all getting skipped by the
pytest.importorskip
line here:pydata-sphinx-theme/tests/test_a11y.py
Line 92 in a034b2f
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
orpytest -m a11y
--- all tests are skipped.The text was updated successfully, but these errors were encountered: