ceph / chacra

A binary/file REST API to aid in multi-distro|arch|release management
9 stars 18 forks source link

Python3 compatibility #265

Closed alfredodeza closed 5 years ago

alfredodeza commented 5 years ago

Also fixes the super silly CVEs that don't really affect the project but are reported by Github anyway.

Fixes https://github.com/ceph/chacra/issues/264

alfredodeza commented 5 years ago

Added both 3.5 and 3.6 testing so that if just 3.5 is available we will see if that passes (which is the case here):

  py27: commands succeeded
  py35: commands succeeded
ERROR:  py36: InterpreterNotFound: python3.6
  flake8: commands succeeded