Skip to content

Commit

Permalink
add skip as decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Feb 23, 2023
1 parent f5cd9a7 commit 98135b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/core/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
import merlin.core


@pytest.mark.skip(reason="requires full clone of repo to ensure versions are detected.")
def test_version():
assert Version(merlin.core.__version__) >= Version("0.6.0")

0 comments on commit 98135b7

Please sign in to comment.