Skip to content

remove looking_glass_performance_tests#2620

Merged
petejanuszewski1 merged 4 commits intomainfrom
2619_remove_lg_perf_test_workflow
Sep 20, 2023
Merged

remove looking_glass_performance_tests#2620
petejanuszewski1 merged 4 commits intomainfrom
2619_remove_lg_perf_test_workflow

Conversation

@petejanuszewski1
Copy link
Copy Markdown
Contributor

closes #2619

removed looking_glass_performance_tests.yaml

@thehomebrewnerd
Copy link
Copy Markdown
Contributor

@petejanuszewski1 The latest release of holidays broke our unit tests. I think you are might need to pin holidays<0.33 in pyproject.toml or alternatively update the failing tests before the CI checks will pass on this PR.

pyproject.toml Outdated
dependencies = [
"cloudpickle >= 1.5.0",
"holidays >= 0.13",
"holidays < 0.33",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to still include >=0.13 here as older versions might be problematic.

"holidays >= 0.13, <0.33"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, makes sense. I'll update.

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 20, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d279a48) 99.47% compared to head (69078c9) 99.47%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2620   +/-   ##
=======================================
  Coverage   99.47%   99.47%           
=======================================
  Files         403      403           
  Lines       24201    24201           
=======================================
  Hits        24074    24074           
  Misses        127      127           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@petejanuszewski1 petejanuszewski1 merged commit 0c17474 into main Sep 20, 2023
@petejanuszewski1 petejanuszewski1 deleted the 2619_remove_lg_perf_test_workflow branch September 20, 2023 14:27
@thehomebrewnerd thehomebrewnerd mentioned this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove old performance testing workflow (non airflow)

2 participants