Skip to content

Commit

Permalink
test: add pandas to test dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe-Levin committed Nov 11, 2024
1 parent ccad0c2 commit 5214f97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion space2stats_api/src/poetry.lock

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

1 change: 1 addition & 0 deletions space2stats_api/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pytest-benchmark = "^4.0.0"
requests = "^2.32.3"
types-requests = "^2.32.0.20240907"
pyarrow = "^17.0.0"
pandas = "^2.2.3"

[tool.poetry.scripts]
space2stats-ingest = "space2stats_ingest.cli:app"
Expand Down
6 changes: 0 additions & 6 deletions space2stats_api/src/tests/metadata_tests/test_stac_columns.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import json
import os

import pandas as pd
import pytest


@pytest.mark.skipif(
"GITHUB_ACTIONS" in os.environ,
reason="Skipping in GitHub Actions due to Pandas Dependency",
)
def test_stac_columns_vs_metadata_xlsx(stac_file_path, metadata_excel_file_path):
# Load the expected column types from the Metadata Content Excel
feature_catalog = pd.read_excel(
Expand Down

0 comments on commit 5214f97

Please sign in to comment.