File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,14 @@ def read_version():
69
69
"pytest-rerunfailures==10.2" ,
70
70
"pytest-timeout==2.1.0" ,
71
71
"pytest-xdist==2.4.0" ,
72
- "coverage==6.1 .2" ,
72
+ "coverage>=5.2, <6 .2" ,
73
73
"mock==4.0.3" ,
74
74
"contextlib2==21.6.0" ,
75
75
"awslogs==0.14.0" ,
76
76
"black==22.1.0" ,
77
77
"stopit==1.1.2" ,
78
78
"apache-airflow==1.10.11" ,
79
+ "attrs>=17.4.0, <21.4.0" ,
79
80
"fabric==2.6.0" ,
80
81
"requests==2.27.1" ,
81
82
"sagemaker-experiments==0.1.35" ,
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ markers =
59
59
timeout: mark a test as a timeout.
60
60
61
61
[testenv]
62
+ pip_version = pip ==21.3
62
63
passenv =
63
64
AWS_ACCESS_KEY_ID
64
65
AWS_SECRET_ACCESS_KEY
@@ -116,6 +117,8 @@ changedir = doc
116
117
# pip install requirements.txt is separate as RTD does it in separate steps
117
118
# having the requirements.txt installed in deps above results in Double Requirement exception
118
119
# https://github.com/pypa/pip/issues/988
120
+ deps =
121
+ pip ==21.3
119
122
commands =
120
123
pip install --exists-action =w -r requirements.txt
121
124
sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language =en . _build/html
You can’t perform that action at this time.
0 commit comments