Skip to content

Commit

Permalink
fix(test): relax version check test
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Jul 17, 2024
1 parent d3aa8c8 commit 8910c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytest/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def test_version():

assert __version__ is not None
assert __version__ == VERSION
assert re.match(r"\d{4}\.\d{1,2}\.\d+", __version__)
assert re.match(r"\d+\.\d+\..+", __version__)

0 comments on commit 8910c31

Please sign in to comment.