From 5d41d4fe90973141f9aeb7a4e2fea63ad8ab8aec Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Wed, 31 Jan 2024 06:49:24 -0500 Subject: [PATCH] TMP: Pin back pytest while plugins catch up to pytest 8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdc9cddc8..ef611c2e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,7 +145,7 @@ dev = [ "flake8", "ldap3", "pre-commit", - "pytest", + "pytest <8", # TMP pin while plugins catch up "pytest-asyncio", "pytest-rerunfailures", "sphinx !=4.1.0, !=4.1.1, !=4.1.2, !=4.2.0",