Skip to content

Commit

Permalink
Drop ansible-core milestone => python 3.10 (#337)
Browse files Browse the repository at this point in the history
* Drop 3.10 devel

* Update matrix count
  • Loading branch information
cidrblock authored Jun 18, 2024
1 parent ee7437a commit c7cd2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tox_ansible/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
]
ENV_LIST = """
{integration, sanity, unit}-py3.9-{2.15}
{integration, sanity, unit}-py3.10-{2.15, 2.16, 2.17, milestone}
{integration, sanity, unit}-py3.10-{2.15, 2.16, 2.17}
{integration, sanity, unit}-py3.11-{2.15, 2.16, 2.17, milestone, devel}
{integration, sanity, unit}-py3.12-{2.16, 2.17, milestone, devel}
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_type_current(
monkeypatch: pytest fixture to patch modules
module_fixture_dir: pytest fixture to provide a module specific fixture directory
"""
matrix_length = 36
matrix_length = 33
monkeypatch.delenv("GITHUB_ACTIONS", raising=False)
monkeypatch.delenv("GITHUB_OUTPUT", raising=False)
monkeypatch.chdir(module_fixture_dir)
Expand Down

0 comments on commit c7cd2fb

Please sign in to comment.