Closed RayPlante closed 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.
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.