Skip to content

Commit 86b8c57

Browse files
committed
repin some test dependencies
1 parent ec8765c commit 86b8c57

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

test_requirements.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ pytest-cov
33
pytest-cover
44
pytest-pep8
55
pytest-xdist
6-
pytest-mock
7-
mock
8-
coverage
9-
moto
6+
pytest-mock>=1.5.0,<3.0.0
7+
mock>=1.0.1,<5.0.0
8+
coverage>=3.7.1,<6.0.0
9+
moto==3.0.7
1010
# these overlap with requirements specified in doc_requirements. As long as they are needed, these specifications must be kept in sync
1111
# TODO: see if we can avoid duplicating these requirements - this will involved surveying CI
12-
pep8
13-
flake8
14-
pylint
15-
jinja2>=2.7.3
16-
numpydoc
17-
jupyter
18-
markupsafe
12+
pep8==1.7.0,<2.0.0
13+
flake8>=1.5.0,<4.0.0
14+
pylint>=1.5.4,<3.0.0
15+
jinja2>=2.7.3,<2.12.0
16+
numpydoc>=0.6.0,<1.0.0
17+
jupyter>=1.0.0,<2.0.0
18+
markupsafe==2.0.1
19+
pywinpty==2.0.2; python_version <= '3.6' and sys_platform == 'win32'

0 commit comments

Comments
 (0)