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
We want to get rid of having test-related dependencies in dev dependencies.
This will help us catch dependency problems in CI before release (we will not need to install dev dependencies but test dependencies only).
Besides that, we would like to add pytest.mark.extensions to all extension-related test cases.
The text was updated successfully, but these errors were encountered:
We want to get rid of having test-related dependencies in dev dependencies.
This will help us catch dependency problems in CI before release (we will not need to install dev dependencies but test dependencies only).
Besides that, we would like to add
pytest.mark.extensions
to all extension-related test cases.The text was updated successfully, but these errors were encountered: