-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
parser.addoption(type="float") backwards incompatibility #457
Labels
good first issue
easy issue that is friendly to new contributor
type: bug
problem that needs to be addressed
Comments
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): Is this a py2/py3 thing? https://docs.python.org/dev/library/argparse.html seems to suggest that |
RonnyPfannschmidt
added
the
good first issue
easy issue that is friendly to new contributor
label
Jul 25, 2015
@flub still an issue or can we close this? |
RonnyPfannschmidt
added a commit
to RonnyPfannschmidt/pytest
that referenced
this issue
Jul 19, 2016
also documents the implementation quality fixes pytest-dev#457
This was referenced Jul 19, 2016
This was referenced Aug 24, 2016
This was referenced Aug 31, 2016
This was referenced Nov 15, 2017
Merged
This was referenced Nov 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
easy issue that is friendly to new contributor
type: bug
problem that needs to be addressed
Originally reported by: Floris Bruynooghe (BitBucket: flub, GitHub: flub)
The parser.addoption(type="...") api has changed from optparse to argparse and the conversion from "int" -> int and "string" -> string is handled however float is not available. This causes existing plugins to fail without any notice.
The text was updated successfully, but these errors were encountered: