Skip to content

tox.cmdline() fails on 3.0.0rc2 but works in 2.9.1 #773

@Jerhaad

Description

@Jerhaad

We use this functionality in a lot of our tools and I'm not seeing anything about this in the changelog/documentation.

$ python
Python 3.6.3 (v3.6.3:2c5fed86e0, Oct  3 2017, 00:32:08)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tox
>>> tox.cmdline()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: main() missing 1 required positional argument: 'args'
>>>
$ pip list
pip (9.0.1)
pluggy (0.6.0)
py (1.5.2)
setuptools (38.5.2)
six (1.11.0)
tox (3.0.0rc2)
virtualenv (15.1.0)
wheel (0.30.0)

Mac OS X 10.12.6

Metadata

Metadata

Assignees

Labels

bug:normalaffects many people or has quite an impact

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions