From 4e9c86c4651d8384035be8628fc21897336815fd Mon Sep 17 00:00:00 2001 From: Joseph Mulloy Date: Wed, 20 Sep 2023 11:51:29 -0400 Subject: [PATCH] fix: Pin pytest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 35aaf887..9b4b1da8 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ skip_missing_interpreters = True [testenv] deps = - pytest + pytest<7.4.0 -r{toxinidir}/requirements/testing.txt whitelist_externals=pytest commands=pytest {posargs:-n auto}