From 4b7ce0551ef082499e153789f4ed120eb12eb912 Mon Sep 17 00:00:00 2001 From: Benjamin Wohlwend Date: Thu, 20 May 2021 10:14:37 +0200 Subject: [PATCH] update a bunch of requirements (#1135) Most importantly, pytest 6.2.4 restores compatibility with Python 3.10 Beta --- tests/bdd/api_key_tests.py | 2 +- tests/requirements/reqs-base.txt | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/tests/bdd/api_key_tests.py b/tests/bdd/api_key_tests.py index df9f644f7..a2ec46c9a 100644 --- a/tests/bdd/api_key_tests.py +++ b/tests/bdd/api_key_tests.py @@ -40,7 +40,7 @@ scenarios(os.path.join("features", "api_key.feature")) -@given("an agent") +@given("an agent", target_fixture="an_agent") def an_agent(elasticapm_client): return elasticapm_client diff --git a/tests/requirements/reqs-base.txt b/tests/requirements/reqs-base.txt index 444711cfb..85e91c2a1 100644 --- a/tests/requirements/reqs-base.txt +++ b/tests/requirements/reqs-base.txt @@ -1,23 +1,23 @@ -pytest==6.2.2 -pytest-django==4.1.0 -coverage==5.4 -pytest-cov==2.11.1 +pytest==6.2.4 +pytest-django==4.3.0 +coverage==5.5 +pytest-cov==2.12.0 pytest-localserver==0.5.0 -pytest-mock==3.5.1 -pytest-benchmark==3.2.3 -pytest-bdd==3.4.0 +pytest-mock==3.6.1 +pytest-benchmark==3.4.1 +pytest-bdd==4.0.2 pytest-rerunfailures==9.1.1 jsonschema==3.2.0 py==1.10.0 -more-itertools==8.6.0 +more-itertools==8.7.0 pluggy==0.13.1 atomicwrites==1.4.0 pyrsistent==0.17.3 -configparser==5.0.1 +configparser==5.0.2 contextlib2==0.6.0 -importlib-metadata==3.4.0 +importlib-metadata==4.0.1 packaging==20.9 Mako==1.1.4 glob2==0.7 @@ -25,8 +25,8 @@ parse==1.19.0 parse-type==0.5.2 toml==0.10.2 iniconfig==1.1.1 -docutils==0.16 -py-cpuinfo==7.0.0 +docutils==0.17.1 +py-cpuinfo==8.0.0 statistics==1.0.3.5 urllib3 @@ -49,5 +49,5 @@ ecs_logging structlog -pytest-asyncio==0.14.0 ; python_version >= '3.7' +pytest-asyncio==0.15.1 ; python_version >= '3.7' asynctest==0.13.0 ; python_version >= '3.7'