File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
[pytest]
2
2
log_format = %(asctime)s %(levelname)s %(filename)s:%(lineno)03d::%(funcName)-20s %(message)s
3
3
log_date_format = %H:%M:%S
4
+ addopts = --reruns 3 --reruns-delay 2
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ dependencies:
7
7
- geckodriver=0.29.0
8
8
- pycurl=7.43.0.6
9
9
- pytest=6.2.4
10
+ - pytest-rerunfailures=10.0
10
11
- python=3.9.4
11
12
- selenium=3.141.0
12
13
- wheel=0.36.2
Original file line number Diff line number Diff line change 1
1
wheel
2
2
selenium
3
3
pytest
4
+ pytest-rerunfailures
4
5
pycurl
Original file line number Diff line number Diff line change @@ -18,8 +18,12 @@ pycurl==7.43.0.6
18
18
# via -r requirements.in
19
19
pyparsing == 2.4.7
20
20
# via packaging
21
- pytest == 6.2.4
21
+ pytest-rerunfailures == 10.0
22
22
# via -r requirements.in
23
+ pytest == 6.2.4
24
+ # via
25
+ # -r requirements.in
26
+ # pytest-rerunfailures
23
27
selenium == 3.141.0
24
28
# via -r requirements.in
25
29
toml == 0.10.2
@@ -28,3 +32,6 @@ urllib3==1.26.5
28
32
# via selenium
29
33
wheel == 0.36.2
30
34
# via -r requirements.in
35
+
36
+ # The following packages are considered to be unsafe in a requirements file:
37
+ # setuptools
You can’t perform that action at this time.
0 commit comments