You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would allow not polluting the line diff count in PRs that only update the durations file. ideally, users would only need to change the --durations-path extension to make this work:
pytest --store-durations --durations-path .pytest-split-durations.json.gz # file should now be gzip compressed
The text was updated successfully, but these errors were encountered:
would allow not polluting the line diff count in PRs that only update the durations file. ideally, users would only need to change the
--durations-path
extension to make this work:pytest --store-durations --durations-path .pytest-split-durations.json.gz # file should now be gzip compressed
The text was updated successfully, but these errors were encountered: