-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
topic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config filetype: bugproblem that needs to be addressedproblem that needs to be addressed
Description
- a detailed description of the bug or suggestion
Command line parsing error with Python 3.8 when concatenating short options - pytest and operating system versions
Pytest 5.0.0, Python 3.8.0b1, Windows 10 - minimal example if possible
> pytest -vx
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: -vx
inifile: None
rootdir: F:\Documents\Scripts\Runscript
pytest -v -x
works
Metadata
Metadata
Assignees
Labels
topic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config filetype: bugproblem that needs to be addressedproblem that needs to be addressed