mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
Bump mock from 2.0.0 to 3.0.5
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
This commit is contained in:
parent
3d693f3733
commit
57a2bb0c50
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
coverage==4.4.2
|
||||
ddt==1.2.0
|
||||
flake8==3.5.0
|
||||
mock==2.0.0
|
||||
mock==3.0.5
|
||||
pytest==3.6.3
|
||||
pytest-cov==2.5.1
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ tests_require = [
|
|||
|
||||
|
||||
if sys.version_info[:2] < (3, 4):
|
||||
tests_require.append('mock >= 1.0.1, < 2')
|
||||
tests_require.append('mock >= 1.0.1, < 4')
|
||||
|
||||
extras_require = {
|
||||
':python_version < "3.4"': ['enum34 >= 1.0.4, < 2'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue