Skip to content

Commit

Permalink
Tests: Fix version retrieval in quality tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <[email protected]>
  • Loading branch information
Josverl committed Dec 8, 2024
1 parent 4b3de13 commit de24005
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions test_publish.ps1

This file was deleted.

2 changes: 1 addition & 1 deletion tests/quality_tests/test_snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def major_minor(versions):
sys.path.append(str(HERE.parent.parent / ".github/workflows"))


VERSIONS = sorted(major_minor(micropython_versions(cache_it=False)), reverse=True)[:5]
VERSIONS = sorted(major_minor(micropython_versions()), reverse=True)[:5]


def pytest_generate_tests(metafunc: pytest.Metafunc):
Expand Down

0 comments on commit de24005

Please sign in to comment.