From 20e7452431df82fd1cbda13a0dc43c1c2f31f80b Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 2 Dec 2021 19:17:31 -0300 Subject: [PATCH] Use pytest-flakes 4.0.5 --- testing/plugins_integration/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testing/plugins_integration/requirements.txt b/testing/plugins_integration/requirements.txt index 66c3c6f0d..fbc735de3 100644 --- a/testing/plugins_integration/requirements.txt +++ b/testing/plugins_integration/requirements.txt @@ -4,9 +4,7 @@ pytest-asyncio==0.16.0 pytest-bdd==5.0.0 pytest-cov==3.0.0 pytest-django==4.4.0 -# See https://github.com/asmeurer/pytest-flakes/pull/45 -# pytest-flakes==4.0.4 -git+https://github.com/nicoddemus/pytest-flakes@pytest-7.0-compat-part-2 +pytest-flakes==4.0.5 pytest-html==3.1.1 pytest-mock==3.6.1 pytest-rerunfailures==10.2