Skip to content

Commit 5c021d5

Browse files
committed
@pytest.mark.filterwarnings("ignore::FutureWarning")
1 parent b98ed10 commit 5c021d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_fabric/plugins/precision/test_bitsandbytes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def __init__(self):
9595

9696

9797
@RunIf(min_cuda_gpus=1, max_torch="2.4")
98+
@pytest.mark.filterwarnings("ignore::FutureWarning")
9899
@pytest.mark.skipif(not _BITSANDBYTES_AVAILABLE, reason="bitsandbytes unavailable")
99100
@pytest.mark.parametrize(
100101
("args", "expected"),

0 commit comments

Comments
 (0)