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

Unconditional argparse dependency #5

Closed
pytoxbot opened this issue Sep 17, 2016 · 2 comments
Closed

Unconditional argparse dependency #5

pytoxbot opened this issue Sep 17, 2016 · 2 comments

Comments

@pytoxbot
Copy link

  • Bitbucket: https://bitbucket.org/hpk42/tox/issue/5

  • Originally reported by: Anonymous

  • Originally created at: 2011-06-19T12:14:16.894

    setup.py}}} unconditionally depends on {{{argparse}}}, which is included as of Python 2.7 and 3.2. In order to package tox cleanly, this dependency has to be patched out if the system python is 2.7 or 3.2.
    {{{setup.py

The attached changeset includes the argparse dependency only when required (on Python < 2.6 or on Python 3.0 and 3.1).

@pytoxbot
Copy link
Author

Original comment by Anonymous

Thanks :)

@pytoxbot
Copy link
Author

Original comment by @hpk42

fixed - you can try with "pip install -i http://pypi.testrun.org tox"

@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant