Skip to content

Commit

Permalink
fixup! Drop API 0.4.0 usage (Open-EO/openeo-python-client#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 8, 2023
1 parent 1f7c46e commit 0036f7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def get_tsservice_base_url():


@pytest.fixture(params=[
# "0.4.2",
"1.1.0",
])
def api_version(request) -> ComparableVersion:
Expand Down Expand Up @@ -63,7 +62,7 @@ def connection100(requests_session) -> openeo.Connection:
return openeo.connect(get_openeo_base_url("1.0.0"), session=requests_session)


# TODO: real authenticaion?
# TODO: real authentication?
TEST_USER = "jenkins"
TEST_PASSWORD = TEST_USER + "123"

Expand Down

0 comments on commit 0036f7f

Please sign in to comment.