Skip to content

Commit

Permalink
fix running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz committed May 13, 2024
1 parent 907dab6 commit 440ace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lps22.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from sensirion_i2c_lps22.commands import (OdrFrequency)


pytestmark = pytest.mark.skipif(os.environ.get('NO_HW_TESTS', False))
pytestmark = pytest.mark.skipif(os.environ.get('NO_HW_TESTS', False), reason="no HW attached")


@pytest.fixture
Expand Down

0 comments on commit 440ace2

Please sign in to comment.