A pytest plugin that reports test results to Mergify for merge queue optimization. Current version 2026.4.7.1, requires Python >=3.8. Released frequently (almost daily) with version numbers based on date.
pip install pytest-mergifyVerified import paths — ran on the pinned version, not inferred.
Write a simple test, then run: `pytest --mergify` or set MERGIFY_TOKEN env var.
Set MERGIFY_TOKEN before running pytest.
Use MERGIFY_TOKEN env var instead of CLI argument.
Ensure Python >= 3.8.
Check network connectivity and verify API endpoint.
Use `pytest --mergify` instead of importing the module.
Remove the CLI argument and set MERGIFY_TOKEN environment variable.
Run `pip install pytest-mergify` and ensure it's in the environment.