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)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 2 Mar 2020 20:25:46 +0000 (15:25 -0500)
commit137f2e31166c454d4536ba713347e8af3eb0176b
treee6fd5f77ab2b028792ab31cd401980395ade98cf
parentcfd64e9f9714d755a80e96b71b7ab796c0710872
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