-
Notifications
You must be signed in to change notification settings - Fork 123
Description
Hello,
Unsure if this is the main source of. the error or if it is an upstream bug with a package that depends on pytest-benchmark
, but we use pytest-benchmark
in our CI, in addition to other plugins to run jupyter notebooks as part of the CI.
Upon the update from 4.0.0
to 5.0.0
we've found our CI failing, with the exact cause unclear, but it seems to relate to pytest-benchmark
from the error logs.
The CI runner is on Linux, the details of the specifics and the environment are in the aforementioned linked error logs.
With 4.0.0
our tests pass. Again, unsure if this is a specific issue with pytest-benchmark
or related to another package we use which depends on pytest-benchmark
that broke when 5.0.0
was released, but if you have any insight into the error we are getting that would be greatly appreciated!
If it helps, our CI yml that is failing is https://github.com/PlasmaControl/DESC/blob/master/.github/workflows/notebook_tests.yml and line 79 of said file has the specific pytest command that results in the error.