Skip to content

Commit f98b3d3

Browse files
committed
job manager tests: fail on all warnings (except our own deprecation warnings)
related to #641, #656
1 parent 3e64e28 commit f98b3d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/extra/test_job_management.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ def sleep_mock():
7777
yield sleep
7878

7979

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

8284
@pytest.fixture

0 commit comments

Comments
 (0)