Skip to content

Switch all python -m pytest invocations to pytest #1571

@coderabbitai

Description

@coderabbitai

Context

This PR made a partial change to use pytest directly instead of python -m pytest in the integration test tasks. However, there are still remaining occurrences that should be updated for consistency.

Remaining Occurrences

All occurrences are in taskfiles/tests/integration.yaml:

  • Line 16: uv run python -m pytest --cache-clear --collect-only --override-ini addopts="" --quiet
  • Line 31: uv run python -m pytest tests/test_clp_native_py_project_imports.py

Goal

Standardise all pytest invocations across the integration test tasks to use pytest directly rather than python -m pytest.

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions