pip-install-test
A minimal stub package to test success of pip install
What it is and what it does
pip-install-test is a deliberately minimal stub package designed to verify that pip and the Python packaging system are working correctly in a given environment. It contains no runtime dependencies and is intended solely as a proof-of-concept that third-party module installation succeeds. The package is not meant to exercise the full feature set of pip or setuptools, but rather to provide a simple, lightweight way to confirm that an environment can install and import a package.
This package is explicitly designed for testing and validation scenarios—checking that a fresh Python environment has working pip infrastructure, or verifying that a CI/CD pipeline can successfully install packages. It has no practical functionality beyond its existence as an importable module.
Use it for:
- Verify that pip is correctly installed and functional in a new Python environment.
- Test that a CI/CD pipeline can successfully execute pip install commands.
- Confirm that Python package management works before installing production dependencies.
- Validate that a containerized or isolated Python environment has working package installation.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A minimal stub package that verifies pip can successfully install and import a Python module, with no runtime dependencies.
Yes, if you need a minimal test to verify pip functionality. The package is abandoned and carries no active maintenance, but it has no dependencies and serves its narrow purpose reliably. Install it only for validation or testing scenarios, not for any production use.
Install
pip-install-test on PyPI
pip
pip install pip-install-testuv
uv add pip-install-testpoetry
poetry add pip-install-testInstalling pip-install-test
Before you install
Installation is straightforward with no dependencies, but the package has been abandoned since its last release on 2019-03-28 and has not been updated in over 2696 days. It serves its original purpose as a test stub, but carries no active maintenance.
License in practice
MIT license permits use, modification, and distribution with minimal restrictions, making it safe to install for testing purposes.
Quickstart
pip install pip-install-test
import pip_install_test
Verify before relying
- Whether the package remains functional with current Python versions despite its age and lack of maintenance.
- Whether the package's unspecified Python support covers modern Python versions.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,696 days since the last release |
| First released | |
| Downloads | 226,129/month — #9,206 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pip_install_test-0.5-py3-none-any.whl
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
wheel-stubA PEP 517 build backend that creates stub…
permissive · top 5,000 on PyPI
pytest-stubA pytest plugin that replaces package, module,…
permissive · top 15,000 on PyPI
pretendPretend provides a lightweight library for…
permissive · top 15,000 on PyPI
sftpserverProvides a simple single-threaded SFTP server…
permissive · top 15,000 on PyPI
mockitoMockito is a spying and stubbing framework for…
permissive · top 5,000 on PyPI
flexmockflexmock creates mock, stub, spy, and fake…
permissive · top 15,000 on PyPI
pip-hello-worldA minimal test package demonstrating setuptools…
permissive · top 15,000 on PyPI
types-certifiProvides type stubs for the certifi package to…
permissive · top 1,000 on PyPI
opentimestamps-clientCommand-line tool to create and verify…
copyleft · top 15,000 on PyPI
stubsProvides a context-manager syntax for…
permissive · top 15,000 on PyPI