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

Work around virtualenv bug (six) #688

Closed
wants to merge 1 commit into from
Closed

Work around virtualenv bug (six) #688

wants to merge 1 commit into from

Commits on Feb 28, 2020

  1. Fix packaging (six)

    This fixes #683 six bug which is only another side-effect of the weird packaging implementation changes made to ansible-lint in its more recent history.
    
    This change aims to address these issues by implementing proven working packaging practices, while removing custom hacks.
    
    We will still need to do some follow-ups to remove implementation code from __init__.py which is a known source of problems. This patch avoided that in order to minimize changes.
    
    Fixes: #683
    Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
    ssbarnea committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    a23c89c View commit details
    Browse the repository at this point in the history