Skip to content
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

ci: use tox-lsr 3.3.1 which fixes py27 and related unit tests #443

Closed
wants to merge 1 commit into from

Commits on May 31, 2024

  1. ci: use tox-lsr 3.3.1 which fixes py27 and related unit tests

    The latest version of virtualenv does not support creating
    python 2.7 virtualenvs.  tox-lsr 3.3.1 restricts the version
    of virtualenv<20.22.0
    
    This PR also fixes some py unit test, pylint, and related
    issues caused by using the latest versions of those tools.
    
    For more information, see
    linux-system-roles/tox-lsr#168
    
    Signed-off-by: Rich Megginson <rmeggins@redhat.com>
    richm committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6adcc25 View commit details
    Browse the repository at this point in the history