requirements-build-test.txt: Updating mock module version

Updating mock module version to >=4.0.1 as sanitycheck testsuite
might fail in some systems due to old version.

Signed-off-by: Aastha Grover <aastha.grover@intel.com>
This commit is contained in:
Aastha Grover 2020-07-08 21:39:05 -07:00 committed by Anas Nashif
commit cb0f65e410

View file

@ -20,4 +20,4 @@ coverage
pytest
# used for mocking functions in pytest
mock
mock>=4.0.1