diff --git a/requirements-airflow.txt b/requirements-airflow.txt index 45717acb..eceea4bc 100644 --- a/requirements-airflow.txt +++ b/requirements-airflow.txt @@ -1,3 +1,3 @@ -c https://raw.githubusercontent.com/apache/airflow/constraints-2.8.3/constraints-3.10.txt -apache-airflow[celery, postgres, redis, cncf.kubernetes]==2.8.3 +apache-airflow[celery, postgres, redis, cncf.kubernetes, sentry]==2.8.3 diff --git a/tests/integration/iop/test_repo.py b/tests/integration/iop/test_repo.py index 36fbd1a5..9598f168 100644 --- a/tests/integration/iop/test_repo.py +++ b/tests/integration/iop/test_repo.py @@ -77,7 +77,7 @@ def test_pull_from_sftp(iop_empty_repo): {"xml": "extracted/aca95c/aca95c.xml"}, ] - assert iop_empty_repo.find_all() == expected_files + assert set(tuple(sorted(d.items())) for d in iop_empty_repo.find_all()) == set(tuple(sorted(d.items())) for d in expected_files) assert sorted(iop_empty_repo.get_all_raw_filenames()) == sorted( [ "2022-07-30T03_02_01_content.zip",