Skip to content

Commit

Permalink
Can't reproduce on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Sep 30, 2020
1 parent f3b60e0 commit 449266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python-gpu/test_gpu_updaters.py
Expand Up @@ -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
Expand Down

0 comments on commit 449266e

Please sign in to comment.