Skip to content

Commit

Permalink
TST: Use an environment default
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Dec 1, 2024
1 parent 377809f commit 853881c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def pytest_addoption(parser):
parser.addoption(
"--runflaky", action="store_true", default=False, help="run flaky tests"
)
parser.addoption("--environment-type", action="store", default=None,
parser.addoption("--environment-type", action="store", default="rattler",
choices=("conda", "virtualenv", "mamba", "rattler"),
help="environment_type to use in tests by default")

Expand Down

0 comments on commit 853881c

Please sign in to comment.