skillfed

pytest-circleci-parallelized

Parallelize pytest across CircleCI workers.

pytest-circleci-parallelized v0.1.0 161.1K downloads/30d#10,644 on PyPI25
Permissive license MIT Abandoned released

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-parallelized

uv

uv add pytest-circleci-parallelized

poetry

poetry add pytest-circleci-parallelized

Installing 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

Framework :: PytestIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Topic :: Software Development :: Testing

Tags

pytest circleci paralleldistribute tests across circleci workerscircleci test splitting pytestpytest parallelization circlecisplit pytest suite circlecicircleci parallelism pytest plugin
circleci-integrationtest-parallelizationabandoned

More Testing packages