From 3e22b60bd9091a9ee11b1f12bd352a87bdef596d Mon Sep 17 00:00:00 2001 From: Marcin Sulikowski Date: Wed, 19 Oct 2022 23:21:03 +0200 Subject: [PATCH] Update Pytest to the latest version to fix tests on Python 3.10 Our tests are filing on Python 3.10 due to [1] so we update Pytest in `requirements-dev.txt` to the latest version. [1] https://github.com/pytest-dev/pytest/issues/8546 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 323a80c..a1b0a9b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,9 +4,9 @@ flake8==3.8.3 tox==3.19.0 coverage==5.2.1 Sphinx==1.5.6 -pytest==6.0.1 +pytest==7.1.3 pytest-cov==2.10.1 pytest-html==2.1.1 ddt==1.4.1 typing -asynctest==0.13.0 \ No newline at end of file +asynctest==0.13.0