We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68278a8 commit eb78c89Copy full SHA for eb78c89
environment.yml
@@ -19,7 +19,9 @@ dependencies:
19
- hypothesis>=3.82
20
- isort
21
- moto
22
- - pytest>=4.0
+ - pycodestyle=2.4
23
+ - pytest>=4.0.2
24
+ - pytest-mock
25
- sphinx
26
- numpydoc
27
requirements-dev.txt
@@ -10,7 +10,9 @@ gitpython
10
hypothesis>=3.82
11
isort
12
moto
13
-pytest>=4.0
+pycodestyle==2.4
14
+pytest>=4.0.2
15
+pytest-mock
16
sphinx
17
numpydoc
18
beautifulsoup4>=4.2.1
0 commit comments