usnistgov / oar-pdr

The NIST Open Access to Research (OAR) Public Data Repository (PDR) system software
11 stars 10 forks source link

Fix docker build: install python module, funcsigs #82

Closed RayPlante closed 5 years ago

RayPlante commented 5 years ago

Something appears to have change in the python module dependency chain (probably related to oar-metadata PR#31), and now the python module, funcsigs, is an explicit dependency for the NIST mulibag module. In this PR, this module is now explicitly pip-installed in the docker/pdrtest/Dockerfile. Without this change, the python tests fail.

RayPlante commented 5 years ago

This change only affects Travis testing and distribution building. The following is sufficient for testing:

I have confirmed both; thus, as this is needed for other PRs, I am approving my self-review and will merge.