{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/5"}],"enrichment":{"capability":"Adds a pytest plugin that automatically distributes tests across CircleCI worker nodes using CircleCI's built-in test splitting utility.","skillfed_tags":["circleci-integration","test-parallelization","abandoned"],"use_cases":["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."],"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.\n\nThe 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.","worth_installing":"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."},"id":"pytest-circleci-parallelized","links":{"html":"https://skillfed.io/packages/pytest-circleci-parallelized","md":"https://skillfed.io/packages/pytest-circleci-parallelized.md","pypi":"https://pypi.org/project/pytest-circleci-parallelized/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-10-20","license_spdx":null,"license_treatment":"permissive","name":"pytest-circleci-parallelized","python_support":"supports_current","summary":"Parallelize pytest across CircleCI workers."},"popularity":{"monthly_downloads":161073,"position":10644,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.0"}
