Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/extra/test_job_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
from openeo.rest._testing import OPENEO_BACKEND, DummyBackend, build_capabilities
from openeo.util import rfc3339

# Module level markers
pytestmark = [
# Fail on all warnings (except our own deprecation warnings)
pytest.mark.filterwarnings("error"),
pytest.mark.filterwarnings("default:.*`output_file` argument is deprecated.*:DeprecationWarning"),
]


@pytest.fixture
def con(requests_mock) -> openeo.Connection:
Expand Down
Loading