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

tox: avoid tox testenv subsvars for xenial support #684

Merged

Commits on Nov 23, 2020

  1. tox: avoid tox testenv subsvars for xenial support

    Xenial tox 2.3.1 still suffers from
        tox-dev/tox#208.
    
    As a result we cannot use testenv substvars if we want to support running
    tox on xenial systems.
    
    Drop the {[testenv:integration-tests]*} substitutions to avoid tracebacks
    when running `tox -e xenial-dev` which has the signature:
    
       "No support for the %s substitution type" % sub_type)
       tox.ConfigError: ConfigError: No support for the posargs substitution
       type
    blackboxsw committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    d3e3fd5 View commit details
    Browse the repository at this point in the history