-
Notifications
You must be signed in to change notification settings - Fork 67
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
PyAV tests failing on main branch #414
Comments
Here is the conda list of my dev environment, including the PyAV dependency Details (click to expand)
|
Thanks @GenevieveBuckley ! Since #437 the CI tests include PyAV, and there was a change to the reader class in that PR; CI tests currently pass with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The PyAV tests are failing on the main branch. It looks like the PyAV dependency isn't included in the CI environments, so this might be going unnoticed.
To reproduce
Create a regular pims development environment, and confirm that the tests pass:
Next, install the PyAV dependency with conda, and observe the failing tests:
Pytest output:
The text was updated successfully, but these errors were encountered: