A pytest plugin that collects and runs tests in Bazel workspaces. Currently at version 0.1.6 with no active maintenance; last release was in 2020. Works by integrating pytest with Bazel's test runner, enabling parallel execution and caching. Suitable for Python projects using Bazel as their build system.
pip install pytest-bazelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run pytest with Bazel support.
Switch to `rules_python` integration with native pytest support, or use `pip install bazel_pytest` for an alternative.
Ensure Bazel is installed and available in your shell environment.