Skip to content

Commit

Permalink
Fix missing annotation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Dec 29, 2022
1 parent a8e9b15 commit 826e2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/session/test_env_select.py
Expand Up @@ -80,7 +80,7 @@ def test_label_core_and_trait(tox_project: ToxProjectCreator) -> None:
),
],
)
def test_factor_select(tox_project: ToxProjectCreator, selection_arguments, expect_envs) -> None:
def test_factor_select(tox_project: ToxProjectCreator, selection_arguments: list[str], expect_envs: list[str]) -> None:
ini = """
[tox]
env_list = py3{10,9}-{django20,django21}{-cov,}
Expand Down

0 comments on commit 826e2a9

Please sign in to comment.