Skip to content

Commit

Permalink
Disable hypothesis tests for 23.02 burndown.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Jan 26, 2023
1 parent f6d72fc commit 36454fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ filterwarnings =
error::FutureWarning:cuml[.*] # Catch uses of deprecated positional args in testing
ignore:[^.]*ABCs[^.]*:DeprecationWarning:patsy[.*]
ignore:(.*)alias(.*):DeprecationWarning:hdbscan[.*]

# Do not run any hypothesis tests
addopts = -m 'not hypothesis'

0 comments on commit 36454fb

Please sign in to comment.