Comment 2 for bug 1780827

Revision history for this message
Corey Bryant (corey.bryant) wrote :

Jens, I have to disagree with wishlist here. While I understand gate is not running py3.7 tests, these are easy enough to recreate. I'm trying to tackle as many upstream py3.7 fixes as possible but it's a bit overwhelming without some help from others. Filing this under Incomplete/Wishlist will help to get no attention on this.

This can be recreated on Ubuntu Cosmic. Here are some steps that I've used:

1) lxc launch ubuntu-daily:cosmic c1
2) lxc exec c1 /bin/bash
3) root@c1:~# git clone https://github.com/openstack/designate
4) cd designate
5) # update tox.ini to have a py37 target
6) tox -e py37