You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: