-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
AttributeError: 'MyOptionParser' object has no attribute 'parse_known_args' #362
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
Comments
Original comment by Damien Nozay (BitBucket: dnozay, GitHub: dnozay): here is my test:
|
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): i don't get an AttributeError but a ValueError. The latter should be fixed, though, on trunk. You can install it via:: pip install -i http://devpi.net/hpk/dev/+simple/ -U pytest (should give you pytest-2.4.1.dev1). Chances are you still get an AttributeError. Please let me know. |
Original comment by Damien Nozay (BitBucket: dnozay, GitHub: dnozay):
this seems to work. |
Originally reported by: Damien Nozay (BitBucket: dnozay, GitHub: dnozay)
IMHO this is a regression
python 2.6.1 + pytest < 2.4.0 works
python 2.6.1 + pytest 2.4.0 =
The text was updated successfully, but these errors were encountered: