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