From 521ed7ba60a8f64adea74b06ec1ba15518d6b221 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Wed, 12 Jul 2023 13:57:28 +0200 Subject: [PATCH] requirements.txt: pin pytest to <7.4 for the moment --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 757648f..e71cc56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,10 @@ aiocoap[linkheader]>=0.4b3 beautifulsoup4 iotlabcli pygithub -pytest +# https://docs.pytest.org/en/stable/changelog.html#pytest-7-4-0-2023-06-23 +# changed something about testpaths so that `.tox` gets included in certain +# cases +pytest<7.4 pytest-cov pytest-rerunfailures riotctrl