pytest-circleci-parallelized
Parallelize pytest across CircleCI workers.
What it is and what it does
pytest-circleci-parallelized is a pytest plugin that integrates with CircleCI's native test parallelization. When you run pytest with the `--circleci-parallelize` flag, it automatically splits your test suite across the worker nodes you've configured in CircleCI, using CircleCI's `circleci tests split` utility to determine which tests each node should run.
The plugin is designed for teams already using CircleCI and wanting to leverage its parallelism feature without manually managing test distribution. It has no runtime dependencies and works with Python 2.7 and 3.4 and later. However, the project has been abandoned since October 2022 and receives no maintenance, which creates uncertainty about compatibility with current CircleCI and pytest releases.
Use it for:
- Speed up test execution in CircleCI by distributing test files across multiple worker nodes automatically.
- Reduce overall CI pipeline duration when running large test suites on CircleCI without manual test splitting logic.
- Integrate CircleCI's native test splitting into pytest workflows without writing custom parallelization code.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds a pytest plugin that automatically distributes tests across CircleCI worker nodes using CircleCI's built-in test splitting utility.
No. The package is abandoned (last commit 2022-10-20) and has received no maintenance for over 1394 days. While it has no known vulnerabilities and a permissive MIT license, its viability with modern CircleCI and pytest versions is unverified. For new projects, consider CircleCI's native test splitting or maintained alternatives; for existing projects still using it, evaluate whether it still works with your current toolchain before relying on it.
Install
pytest-circleci-parallelized on PyPI
pip
pip install pytest-circleci-parallelizeduv
uv add pytest-circleci-parallelizedpoetry
poetry add pytest-circleci-parallelizedInstalling pytest-circleci-parallelized
Before you install
High install friction with no runtime dependencies. The package is abandoned—last commit was 2022-10-20, over 1394 days ago—and has not received maintenance updates despite being in active use. Relies on CircleCI's `circleci tests split` command being available in your CI environment.
License in practice
MIT license is permissive; you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.
Quickstart
pip install pytest-circleci-parallelized
# In .circleci/config.yml:
# - run: pytest --circleci-parallelize
Requires CircleCI as your CI platform and the circleci CLI tool available in your build environment; does not work with other CI systems.
Verify before relying
- Whether the package still works with modern CircleCI and pytest versions given its abandonment since 2022.
- Compatibility with Python versions beyond 3.7 despite classifiers claiming support for 2.7 and 3.4–3.7.
- Whether CircleCI's test splitting API or command has changed since the last release.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*) |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,394 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 161,073/month — #10,644 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pytest-circleci-parallelized-0.1.0.tar.gz
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
pytest-split-testsA pytest plugin that splits your test suite…
permissive · top 15,000 on PyPI
pytest-test-groupspytest-test-groups is a pytest plugin that…
permissive · top 5,000 on PyPI
pytest-shardDistributes pytest test execution across…
permissive · top 5,000 on PyPI
pytest-xdistpytest-xdist distributes pytest tests across…
permissive · top 1,000 on PyPI
pytest-splitA pytest plugin that divides a test suite into…
permissive · top 5,000 on PyPI
pytest-parallelA pytest plugin that runs tests in parallel…
permissive · top 15,000 on PyPI
concurrencytestRuns unittest test suites concurrently across…
copyleft · top 15,000 on PyPI
ppftppft executes Python functions in parallel…
permissive · top 5,000 on PyPI
pytest-shutilProvides pytest fixtures and utilities for…
permissive · top 15,000 on PyPI
robotframework-pabotPabot splits Robot Framework test execution…
permissive · top 5,000 on PyPI