Comment 1 for bug 1800186

Revision history for this message
Aditya Vaja (wolverine-av) wrote :

Hey Boden,

I work at Big Switch Networks and would take over the tasks mentioned here. Let me provide some details for the points mentioned above:

- Python 3 support. Running the UTs with py3 has many failures; the code needs to be update to run for py3. This also includes a tox target for py3 and a py3 UT job for zuul.

[Aditya] this is planned for the dev cycle that we have internally, to be finished by end of Nov-beginning of Dec. I hope that timeline works with upstream requirements. If not, please let us know and we can expedite it.

- Almost no required projects are declared in requirements.txt.. This file needs to define your requirements rather than assuming another project will install them.

[Aditya] I'll look into it and update requirements.txt. Thanks for raising this.

- The lower constraints zuul job and lower-constraints.txt file needs to be define in the repo to ensure the versions are proper.

[Aditya] ah, gotcha. I added an upper constraints recently after running into a different issue. I'll add this too.

Apologies, I missed this bug mention in the PR.
Please feel free to add any other requirements that the project might be missing - I would be happy to oblige.

Thanks!
Aditya