File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
pylint==2.12.2
2
2
pytest==7.0.1
3
+ pytest-xdist==2.5.0
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with python 3.9
2
+ # This file is autogenerated by pip-compile with python 3.8
3
3
# To update, run:
4
4
#
5
5
# pip-compile
@@ -8,6 +8,8 @@ astroid==2.9.0
8
8
# via pylint
9
9
attrs == 21.2.0
10
10
# via pytest
11
+ execnet == 1.9.0
12
+ # via pytest-xdist
11
13
iniconfig == 1.1.1
12
14
# via pytest
13
15
isort == 5.10.1
@@ -23,17 +25,30 @@ platformdirs==2.4.0
23
25
pluggy == 1.0.0
24
26
# via pytest
25
27
py == 1.11.0
26
- # via pytest
28
+ # via
29
+ # pytest
30
+ # pytest-forked
27
31
pylint == 2.12.2
28
32
# via -r requirements.in
29
33
pyparsing == 3.0.6
30
34
# via packaging
31
35
pytest == 7.0.1
36
+ # via
37
+ # -r requirements.in
38
+ # pytest-forked
39
+ # pytest-xdist
40
+ pytest-forked == 1.4.0
41
+ # via pytest-xdist
42
+ pytest-xdist == 2.5.0
32
43
# via -r requirements.in
33
44
toml == 0.10.2
34
45
# via pylint
35
46
tomli == 2.0.1
36
47
# via pytest
48
+ typing-extensions == 4.1.1
49
+ # via
50
+ # astroid
51
+ # pylint
37
52
wrapt == 1.13.3
38
53
# via astroid
39
54
You can’t perform that action at this time.
0 commit comments