Skip to content

Commit afd2275

Browse files
committed
Add pytest-xdist to project requirements
1 parent 4c1bd05 commit afd2275

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pylint==2.12.2
22
pytest==7.0.1
3+
pytest-xdist==2.5.0

requirements.txt

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
2+
# This file is autogenerated by pip-compile with python 3.8
33
# To update, run:
44
#
55
# pip-compile
@@ -8,6 +8,8 @@ astroid==2.9.0
88
# via pylint
99
attrs==21.2.0
1010
# via pytest
11+
execnet==1.9.0
12+
# via pytest-xdist
1113
iniconfig==1.1.1
1214
# via pytest
1315
isort==5.10.1
@@ -23,17 +25,30 @@ platformdirs==2.4.0
2325
pluggy==1.0.0
2426
# via pytest
2527
py==1.11.0
26-
# via pytest
28+
# via
29+
# pytest
30+
# pytest-forked
2731
pylint==2.12.2
2832
# via -r requirements.in
2933
pyparsing==3.0.6
3034
# via packaging
3135
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
3243
# via -r requirements.in
3344
toml==0.10.2
3445
# via pylint
3546
tomli==2.0.1
3647
# via pytest
48+
typing-extensions==4.1.1
49+
# via
50+
# astroid
51+
# pylint
3752
wrapt==1.13.3
3853
# via astroid
3954

0 commit comments

Comments
 (0)