Skip to content

Commit

Permalink
job manager tests: fail on all warnings (except our own deprecation w…
Browse files Browse the repository at this point in the history
…arnings)

related to #641, #656
  • Loading branch information
soxofaan committed Nov 14, 2024
1 parent 3e64e28 commit f98b3d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/extra/test_job_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def sleep_mock():
yield sleep


@pytest.mark.filterwarnings("default:.*`output_file` argument is deprecated.*:DeprecationWarning")
@pytest.mark.filterwarnings("error")
class TestMultiBackendJobManager:

@pytest.fixture
Expand Down

0 comments on commit f98b3d3

Please sign in to comment.