From d52b2145d657944ae455fa8ece896c08b3d568ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Mon, 21 Mar 2022 08:25:41 -0400 Subject: [PATCH] Revert "Pin Pytest 6.2.0" This reverts commit 26604d4836aade226f60f07727776b4eb0c0b092. pytest 7.1.1 has been released with a fix for the fixture problem. See: https://github.com/pytest-dev/pytest/issues/9767 --- test-requirements.txt | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index f40423d..b2c729c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1 @@ yamllint -pytest==6.2.0 diff --git a/tox.ini b/tox.ini index e8015e6..2d8eedb 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ skipsdist = True envlist = linters [testenv] -basepython = python3.10 +basepython = python3.8 install_command = pip install {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt