glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

Updated CI to use requirements.txt and fix flagged issues #337

Closed mambelli closed 1 year ago

mambelli commented 1 year ago

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