We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8d421 commit f62d362Copy full SHA for f62d362
test/test_stack/test_tdigest.py
@@ -3,6 +3,8 @@
3
import pytest
4
import redis
5
6
+topk_tests = pytest.importorskip("probables")
7
+
8
9
@pytest.mark.experimental
10
def test_tdigest_reset(r: redis.Redis):
0 commit comments