Skip to content

Commit

Permalink
TST: Minor bugfix for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Nov 25, 2024
1 parent bd979bd commit 2c5e38b
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 @@ -47,7 +47,7 @@ def pytest_addoption(parser):
"--runflaky", action="store_true", default=False, help="run flaky tests"
)
parser.addoption("--environment-type", action="store", default=None,
choices=("conda", "virtualenv", "mamba"),
choices=("conda", "virtualenv", "mamba", "rattler"),
help="environment_type to use in tests by default")


Expand Down

0 comments on commit 2c5e38b

Please sign in to comment.