Skip to content

Commit

Permalink
update a bunch of requirements (#1135)
Browse files Browse the repository at this point in the history
Most importantly, pytest 6.2.4 restores compatibility with Python 3.10 Beta
  • Loading branch information
beniwohli authored May 20, 2021
1 parent 9b360e0 commit 4b7ce05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion tests/bdd/api_key_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
26 changes: 13 additions & 13 deletions tests/requirements/reqs-base.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
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
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
Expand All @@ -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'

0 comments on commit 4b7ce05

Please sign in to comment.