From 449266e67a159b11688fc2269e1ff08b7752ed69 Mon Sep 17 00:00:00 2001 From: fis Date: Wed, 30 Sep 2020 17:38:21 +0800 Subject: [PATCH] Can't reproduce on Windows. --- tests/python-gpu/test_gpu_updaters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python-gpu/test_gpu_updaters.py b/tests/python-gpu/test_gpu_updaters.py index a1b607865305..ddf55936d78d 100644 --- a/tests/python-gpu/test_gpu_updaters.py +++ b/tests/python-gpu/test_gpu_updaters.py @@ -66,7 +66,7 @@ def run_categorical_basic(self, cat, onehot, label, rounds): @given(strategies.integers(10, 400), strategies.integers(5, 10), strategies.integers(1, 6), strategies.integers(4, 8)) - @settings(deadline=None) + @settings(deadline=None, verbosity=2) @pytest.mark.skipif(**tm.no_pandas()) def test_categorical(self, rows, cols, rounds, cats): import pandas as pd