-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add new flake8-xenial and bionic tox constraints for pyflakes #1023
Labels
testing
Testing related items
Comments
blackboxsw
changed the title
Add new flake8-xenial-dev and flake8-bionic-dev tox environments to allow testing of xenial on Focal (python 3.8)
Add new flake8-xenial and bionic tox constraints for pytest
Apr 21, 2020
blackboxsw
changed the title
Add new flake8-xenial and bionic tox constraints for pytest
Add new flake8-xenial and bionic tox constraints for pyflakes
Apr 21, 2020
blackboxsw
added a commit
to blackboxsw/ubuntu-advantage-client
that referenced
this issue
Apr 21, 2020
pyflakes versions older than 2.1.0 are incompatible with Python 3.8 (which is the Python version in the Focal release). See PyCQA/pyflakes#367 for details. 2.1.1 is the latest version ATM, so bump to that. Fixes: canonical#1023
blackboxsw
added a commit
to blackboxsw/ubuntu-advantage-client
that referenced
this issue
Apr 22, 2020
pyflakes versions older than 2.1.0 are incompatible with Python 3.8 (which is the Python version in the Focal release). See PyCQA/pyflakes#367 for details. 2.1.1 is the latest version ATM, so bump to that. Fixes: canonical#1023
blackboxsw
added a commit
to blackboxsw/ubuntu-advantage-client
that referenced
this issue
Apr 22, 2020
pyflakes versions older than 2.1.0 are incompatible with Python 3.8 (which is the Python version in the Focal release). See PyCQA/pyflakes#367 for details. 2.2.0 is the latest version ATM, so bump to that. Fixes: canonical#1023
blackboxsw
added a commit
to blackboxsw/ubuntu-advantage-client
that referenced
this issue
Apr 22, 2020
pyflakes versions older than 2.1.0 are incompatible with Python 3.8 (which is the Python version in the Focal release). See PyCQA/pyflakes#367 for details. 2.2.0 is the latest version ATM, so bump to that. Fixes: canonical#1023
powersj
pushed a commit
that referenced
this issue
Apr 22, 2020
pyflakes versions older than 2.1.0 are incompatible with Python 3.8 (which is the Python version in the Focal release). See PyCQA/pyflakes#367 for details. 2.2.0 is the latest version ATM, so bump to that. Fixes: #1023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pin pyflakes==2.1.0 for new tox environments named flake8-xenial-dev and flake8-bionic-dev.
Default tox env list should include flake8-(xenial|bionic)-dev environments and omit flake8-xenial and flake8-bionic
The environments flake8-xenial and flake8-bionic will retain the actual dependency versions in those series and can only be run directly from xenial and bionic systems.
Otherwise on Focal you will see:the following Trace:
The text was updated successfully, but these errors were encountered: