GWMS CI (runtest.sh and util.sh) was not using requirements.txt and had outdated requirements.
Updated to use that file and fixed new errors flagged by pycodestyle.
A couple are about a dictionary being changed in a loop, which are strange because the keys are not changed. Probably the assignment d[key] = val cannot be evaluated to know that key is an existing one.
Urgent PR. then rebase the remaining ones to avoid linting errors
GWMS CI (runtest.sh and util.sh) was not using requirements.txt and had outdated requirements. Updated to use that file and fixed new errors flagged by pycodestyle. A couple are about a dictionary being changed in a loop, which are strange because the keys are not changed. Probably the assignment
d[key] = val
cannot be evaluated to know that key is an existing one.Urgent PR. then rebase the remaining ones to avoid linting errors