Skip to content

Commit

Permalink
[fix] type="choice" is not a valid input for argparse.add_argument
Browse files Browse the repository at this point in the history
  • Loading branch information
couletj authored Jul 1, 2024
1 parent 95d0f92 commit e1b21b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytest_parallel/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def pytest_addoption(parser):
parser.addoption(
"--scheduler",
dest="scheduler",
type="choice",
choices=["sequential", "static", "dynamic"],
default="sequential",
)
Expand Down

0 comments on commit e1b21b9

Please sign in to comment.