File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 40
40
scenarios (os .path .join ("features" , "api_key.feature" ))
41
41
42
42
43
- @given ("an agent" )
43
+ @given ("an agent" , target_fixture = "an_agent" )
44
44
def an_agent (elasticapm_client ):
45
45
return elasticapm_client
46
46
Original file line number Diff line number Diff line change 1
- pytest==6.2.2
2
- pytest-django==4.1 .0
3
- coverage==5.4
4
- pytest-cov==2.11.1
1
+ pytest==6.2.4
2
+ pytest-django==4.3 .0
3
+ coverage==5.5
4
+ pytest-cov==2.12.0
5
5
pytest-localserver==0.5.0
6
- pytest-mock==3.5 .1
7
- pytest-benchmark==3.2.3
8
- pytest-bdd==3. 4.0
6
+ pytest-mock==3.6 .1
7
+ pytest-benchmark==3.4.1
8
+ pytest-bdd==4.0.2
9
9
pytest-rerunfailures==9.1.1
10
10
jsonschema==3.2.0
11
11
12
12
13
13
py==1.10.0
14
- more-itertools==8.6 .0
14
+ more-itertools==8.7 .0
15
15
pluggy==0.13.1
16
16
atomicwrites==1.4.0
17
17
pyrsistent==0.17.3
18
- configparser==5.0.1
18
+ configparser==5.0.2
19
19
contextlib2==0.6.0
20
- importlib-metadata==3. 4.0
20
+ importlib-metadata==4.0.1
21
21
packaging==20.9
22
22
Mako==1.1.4
23
23
glob2==0.7
24
24
parse==1.19.0
25
25
parse-type==0.5.2
26
26
toml==0.10.2
27
27
iniconfig==1.1.1
28
- docutils==0.16
29
- py-cpuinfo==7 .0.0
28
+ docutils==0.17.1
29
+ py-cpuinfo==8 .0.0
30
30
statistics==1.0.3.5
31
31
32
32
urllib3
@@ -49,5 +49,5 @@ ecs_logging
49
49
structlog
50
50
51
51
52
- pytest-asyncio==0.14.0 ; python_version >= '3.7'
52
+ pytest-asyncio==0.15.1 ; python_version >= '3.7'
53
53
asynctest==0.13.0 ; python_version >= '3.7'
You can’t perform that action at this time.
0 commit comments