Skip to content

Commit

Permalink
fix: update to latest imap-data-access and unfilter test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacchinelli committed Aug 22, 2024
1 parent 37fa416 commit 1bcb16a
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 61 deletions.
125 changes: 66 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ alembic = "^1.13.2"
sqlalchemy-utils = "^0.41.2"
requests = "^2.32.3"
pandas = "^2.2.2"
imap-data-access = "^0.8.0"
imap-data-access = "^0.9.0"
cdflib = "^1.3.1"
single-version = "^1.6.0"
psycopg = {extras = ["binary"], version = "^3.2.1"}
Expand Down
1 change: 0 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def test_fetch_binary_downloads_hk_from_webpoda(wiremock_manager): # noqa: F811
assert output.read() == input.read()


@pytest.mark.skip("Wait for `imap-data-access` to release version > 0.8.0.")
@pytest.mark.skipif(
os.getenv("GITHUB_ACTIONS") and os.getenv("RUNNER_OS") == "Windows",
reason="Wiremock test containers will not work on Windows Github Runner",
Expand Down

0 comments on commit 1bcb16a

Please sign in to comment.