Skip to content

Commit

Permalink
[BEAM-12069] Make mock a test-only dependency (#14328)
Browse files Browse the repository at this point in the history
* Update mock version

* Move mock to REQUIRED_TEST_PACKAGES

* Keep upper bound

Co-authored-by: Brian Hulette <hulettbh@gmail.com>
  • Loading branch information
yinghsienwu and TheNeuralBit authored Mar 30, 2021
1 parent 7e746db commit e92d184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def get_version():
'grpcio>=1.29.0,<2',
'hdfs>=2.1.0,<3.0.0',
'httplib2>=0.8,<0.18.0',
'mock>=1.0.1,<3.0.0',
'numpy>=1.14.3,<1.21.0',
'pymongo>=3.8.0,<4.0.0',
'oauth2client>=2.0.1,<5',
Expand All @@ -167,6 +166,7 @@ def get_version():

REQUIRED_TEST_PACKAGES = [
'freezegun>=0.3.12',
'mock>=1.0.1,<3.0.0',
'nose>=1.3.7',
'nose_xunitmp>=0.4.1',
'pandas>=1.0,<1.3.0',
Expand Down

0 comments on commit e92d184

Please sign in to comment.