You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And for local testing we can get away with 3.6 only. (It's convenient to
be able to run "tox" and not get all tests repeated in 3.8 after they
all ran once in 3.6.)
Fixes: ceph#336
Signed-off-by: Nathan Cutler <ncutler@suse.com>
And for local testing we can get away with 3.6 only. (It's convenient to
be able to run "tox" and not get all tests repeated in 3.8 after they
all ran once in 3.6.)
Fixes: ceph#336
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Travis is currently configured to run unit tests in two environments: Python 3.6 and 3.7.
But now that Python 3.8 is out, we should change 3.7 to 3.8.
The text was updated successfully, but these errors were encountered: