16039: Touch python clients so they run tests with the latest SDK.
authorTom Clegg <tom@tomclegg.ca>
Thu, 13 Feb 2020 02:50:07 +0000 (21:50 -0500)
committerTom Clegg <tom@tomclegg.ca>
Thu, 13 Feb 2020 02:50:07 +0000 (21:50 -0500)
commita4f57793d8757c451330e6d861eb3c5af2bff3b8
treeecddd0c7a138e2c03f89f2d2511ee04c3799566c
parent3d22ea5b14644b8b66556fb5db5f41a6d84374d5
16039: Touch python clients so they run tests with the latest SDK.

Otherwise, "pip install" (during "install services/nodemanager", for
example) downgrades the SDK from the current version to the latest
version published on pip, and all test suites run with that version,
instead of the version we think we're testing.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>
sdk/cwl/setup.py
sdk/pam/setup.py
services/nodemanager/setup.py
tools/crunchstat-summary/setup.py