Skip to content

Command line parsing error with Python 3.8 #5523

Closed
@thorstenkampe

Description

@thorstenkampe
  • 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 filetype: bugproblem that needs to be addressed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions