-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ceph-salt "tox -e lint" broken for python 3.8 #148
Comments
For testing the "next" Python version it would be nice to have a Vagrant box. For me, the ideal would be an openSUSE 15.2 Vagrant box that has Python 3.8 instead of 3.6.10. @toabctl Do you know if such a Vagrant box is built by the OBS? |
I changed the title to more accurately describe what is broken. (I tested ceph-salt itself (installed from source) on Tumbleweed with Python 3.8 and it worked flawlessly.) |
I can reproduce this bug. Here's the detailed reproducer:
It also happens with salt-3000. The salt-3000 reproducer is the same as above, except for step 2:
|
And here is a minimal reproducer:
|
No idea. I guess the Tumbleweed Vagrantbox has python3.8 now. |
As proven by #338 this statement ("ceph-salt "tox -e lint" broken for python 3.8") no longer holds true. |
When I try to run
tox -elint
on openSUSE Tumbleweed with python 3.8, I get:So salt itself needs to be fixed. See also saltstack/salt#55310 and saltstack/salt#55835
The text was updated successfully, but these errors were encountered: