4 Commits

Author SHA1 Message Date
Dirk Mueller
0d954b03dd Fix pep8 issue
This isn't caught in CI because we use a really ancient
version of it.

Change-Id: Ie78a3b9d0be6eae9060a997a0507b036946ec974
2017-10-26 13:56:11 +02:00
Dirk Mueller
ee1a3433f1 Xfail the mitmproxy / pyOpenSSL dependency conflict
This is already fixed in master:
https://github.com/mitmproxy/mitmproxy/pull/2435

So it'll hopefully in the next release.

Because the pyOpenSSL package name and requirement name do not match we
also add code to lower the name for comparison.

Also the check-uc only complains about a single issue but there are 3.

Change-Id: I6657802908ac4052eeb6c73fb03098b0c3557eb2
2017-09-15 14:46:26 -06:00
Dirk Mueller
d59c8ece29 Fixes for check-uc jenkins job
Implement XFAIL handling for ignoring known problems so that
we can make the job voting until the remaining issues are sorted
out.

Change-Id: Ia2cf2c440a72e6365a9ff08086704dc535bbc072
2016-09-29 20:33:34 +02:00
Davanum Srinivas
9e0ff3a550 Check conflicts script
Use pkg_resources.require to report conflicts to ensure
co-installability.

Co-Authored-By: Igor Yozhikov <iyozhikov@mirantis.com>
Change-Id: I7443496b6a06d02bb9cc9457b729dea71451f44a
2016-06-02 16:24:00 -04:00