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

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Feb 27, 2020

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.

Fixes: #683

@ssbarnea ssbarnea changed the title WIP: Assure we have six WIP: Fix packaging issues (six) Feb 28, 2020
@ssbarnea ssbarnea changed the title WIP: Fix packaging issues (six) Fix packaging issues (six) Feb 28, 2020
@lgtm-com
Copy link

lgtm-com bot commented Feb 28, 2020

This pull request introduces 1 alert when merging de1f094 into 5765765 - view on LGTM.com

new alerts:

  • 1 for Module imports itself

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>
@lgtm-com
Copy link

lgtm-com bot commented Feb 28, 2020

This pull request introduces 1 alert when merging a23c89c into 5765765 - view on LGTM.com

new alerts:

  • 1 for Module imports itself

@ssbarnea ssbarnea marked this pull request as ready for review February 28, 2020 13:16
@webknjaz webknjaz changed the title Fix packaging issues (six) Work around virtualenv bug (six) Mar 4, 2020
@webknjaz
Copy link
Member

webknjaz commented Mar 4, 2020

Fixed upstream (pypa/virtualenv#1688).

@webknjaz webknjaz closed this Mar 4, 2020
@ssbarnea ssbarnea deleted the fix/six branch May 12, 2020 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ImportError: No module named six
3 participants