Skip to content

Commit 94a1778

Browse files
committed
test fixes
1 parent 98b2c95 commit 94a1778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_bindings/tests/test_cufile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ def test_set_get_parameter_string():
19071907

19081908

19091909
@pytest.mark.skipif(
1910-
cufileVersionLessThan(1140), reason="cuFile parameter APIs require cuFile library version 13.0 or later"
1910+
cufileVersionLessThan(1150), reason="cuFile parameter APIs require cuFile library version 13.0 or later"
19111911
)
19121912
def test_set_stats_level():
19131913
"""Test cuFile statistics level configuration."""
@@ -1960,7 +1960,7 @@ def test_set_stats_level():
19601960

19611961

19621962
@pytest.mark.skipif(
1963-
cufileVersionLessThan(1140), reason="cuFile parameter APIs require cuFile library version 13.0 or later"
1963+
cufileVersionLessThan(1150), reason="cuFile parameter APIs require cuFile library version 13.0 or later"
19641964
)
19651965
def test_get_parameter_min_max_value():
19661966
"""Test getting minimum and maximum values for size_t parameters."""

0 commit comments

Comments
 (0)