Skip to content

Commit

Permalink
change type of options from args to string
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Dec 19, 2023
1 parent 221f48b commit a5db556
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci_watson/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ def pytest_addoption(parser):
parser.addini(
"inputs_root",
"Root dir (or data repository name) for test input files.",
type="args",
default=None,
)

parser.addini(
"results_root",
"Root dir (or data repository name) for test result/output files.",
type="args",
default=None,
)

Expand Down

0 comments on commit a5db556

Please sign in to comment.