From 0670434269da9bf9b6a92a9e90ae8b734fe4ff16 Mon Sep 17 00:00:00 2001 From: Martin Kersner Date: Tue, 30 Jun 2026 12:50:55 +0900 Subject: [PATCH] fix(ci): drop abandoned pytest-pep8 from test requirements pytest-pep8 (last release ~2014) registers a pytest_collect_file(path, parent) hook whose path arg modern pytest dropped from the hookspec, aborting pytest at startup on py3.14 with PluginValidationError. Nothing invokes --pep8; flake8 already covers style as its own CI step. --- requirements/requirements-test.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index 43afdfe..1776301 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -2,7 +2,6 @@ pytest-cov>=2.8.1 pytest>=6.2.5 responses>=0.10.12 -pytest-pep8>=1.0.6 black==26.1.0 flake8==7.3.0 tox==4.34.1