Pytest Deprecation Lint (pytest 8 removals)
Marks the lines in your test suite that current pytest no longer runs — and the config keys it silently ignores.
Install
pytest-deprecation-lint file
Node 18+. The same 19 rules as the VS Code extension, from a terminal or CI.
Free
- Lint the test file, conftest.py or pytest config you have open and see every removed API and every silently ignored config key, each with the pytest version that removed it and the exact replacement line.
--ruleslists every rule
With a licence ($29 once)
- Sweep every test file, conftest.py and config file in the workspace in one pass and export the dated findings as Markdown or JSON you keep and paste into a CI job or a migration ticket.
@readystack/pytest-deprecation-lint --dir ./templates --report html --out report.html
A contract Python engineer reviewing the same suite for pytest 8 breakage by hand bills roughly $80-$120 an hour in the US market.
Use from an AI agent (MCP)
Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:
{ "mcpServers": { "pytest-deprecation-lint": { "command": "npx", "args": ["-y", "@readystack/pytest-deprecation-lint", "--mcp"] } } }
Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.
Use in CI
- name: Pytest Deprecation Lint (pytest 8 removals)
run: npx -y @readystack/pytest-deprecation-lint --dir . --ci
(container: docker run --rm -v "$PWD:/work" getreadystack/pytest-deprecation-lint --dir /work --ci)
Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.
Install (PyPI)
pip install readystack-pytest-deprecation-lint
pytest-deprecation-lint --help
Release files for readystack-pytest-deprecation-lint 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| readystack_pytest_deprecation_lint-1.0.3.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| readystack_pytest_deprecation_lint-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.0 kB
Release files / readystack_pytest_deprecation_lint-1.0.3.tar.gz
| Download URL | readystack_pytest_deprecation_lint-1.0.3.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8901bc46c86c62ca7fa93b5fb1283c9a54aa330a351e21590d738de3920ba79c
|
|
BLAKE2b-256 checksum How to use checksums |
bf59e6f6620dd90059dbb114674fd88492df55de29304458d93bc2f609d929c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / readystack_pytest_deprecation_lint-1.0.3-py3-none-any.whl
| Download URL | readystack_pytest_deprecation_lint-1.0.3-py3-none-any.whl |
|---|---|
| Size | 13.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
410d545cdf011bed6d5250fec95ec048b64d461eafded0df236c1d88ad99b933
|
|
BLAKE2b-256 checksum How to use checksums |
99fac2705083805f23f39d070c71362c4d1d6676bfc8214e73bd90e8d96ee54e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|