Skip to content

Commit 50c5950

Browse files
RunConditions::skip_if_windows is staticmethod
1 parent 7b4b95a commit 50c5950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/helpers/run_conditions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class RunConditions:
77
# It is not a test kit!
88
__test__ = False
99

10+
@staticmethod
1011
def skip_if_windows():
1112
if platform.system().lower() == "windows":
1213
pytest.skip("This test does not support Windows.")

0 commit comments

Comments
 (0)