Skip to content

Commit f62d362

Browse files
committed
fix:test
1 parent 9e8d421 commit f62d362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_stack/test_tdigest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import pytest
44
import redis
55

6+
topk_tests = pytest.importorskip("probables")
7+
68

79
@pytest.mark.experimental
810
def test_tdigest_reset(r: redis.Redis):

0 commit comments

Comments
 (0)