Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_pandas: Remove a failing test caused by pytz #6895

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Sep 20, 2024

Issue

pytz 2024.2 seems to have changed treatment of DST and of timezones, which broke our tests.

Description of changes

The failing assertion could be fixed, but we prefer removing it: it was a test of pytz regressions rather than of our code.

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.18%. Comparing base (2a6f878) to head (a369c14).
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6895      +/-   ##
==========================================
- Coverage   88.26%   88.18%   -0.09%     
==========================================
  Files         326      326              
  Lines       71188    71194       +6     
==========================================
- Hits        62834    62781      -53     
- Misses       8354     8413      +59     

@markotoplak
Copy link
Member

Today i learned that time zones are more complicated than I thought.

@markotoplak markotoplak merged commit 1d90230 into biolab:master Sep 20, 2024
24 of 31 checks passed
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.

2 participants