In our CI pipeline, we regenerate all sources rather than relying on committed files. This is causing master build failures since this commit: #438
Expected Behavior
Build and tests pass
Current Behavior
Unit test python fails
Steps to reproduce
- Re-generate python files with
cd protos; make gen-python
- Run unit tests with
cd sdk/python; pip install -r requirements-ci.txt && pip install -e . && pytest --junitxml=python-sdk-test-report.xml
Specifications
latest master
Possible Solution
Add required dependencies to requirements. tensorflow_metadata?
In our CI pipeline, we regenerate all sources rather than relying on committed files. This is causing master build failures since this commit: #438
Expected Behavior
Build and tests pass
Current Behavior
Unit test python fails
Steps to reproduce
cd protos; make gen-pythoncd sdk/python; pip install -r requirements-ci.txt && pip install -e . && pytest --junitxml=python-sdk-test-report.xmlSpecifications
latest master
Possible Solution
Add required dependencies to requirements. tensorflow_metadata?