Skip to content

Commit

Permalink
Merge pull request #1465 from CartoDB/1463_pytest_mock_dependency
Browse files Browse the repository at this point in the history
Added missing test dependency: pytest-mock
  • Loading branch information
Jesus89 committed Jan 10, 2020
2 parents 3ef1a87 + 3d9fd91 commit 9ed10e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def get_version():

EXTRAS_REQUIRES_TESTS = [
'pytest',
'pytest-mock',
'pylint',
'flake8'
]
Expand Down

0 comments on commit 9ed10e6

Please sign in to comment.