orange3
orange3 copied to clipboard
Temporally skip pandas version 1.5.0
Issue
Pandas may have a bug (or it is just partially implemented new rule for DateTime conversion) that cause our test to fail in the latest version https://github.com/pandas-dev/pandas/issues/48678
Description of changes
Skip pandas version 1.5.0 until they decide whether it is a bug or feature. If they fix/change the issue solution will probably be available in 1.5.1, so nothing needs to be changed. If it is not a bug, we need to adapt tests.
Includes
- [ ] Code changes
- [ ] Tests
- [ ] Documentation
Codecov Report
Merging #6145 (22565bd) into master (fbb50d7) will not change coverage. The diff coverage is
n/a.
Additional details and impacted files
@@ Coverage Diff @@
## master #6145 +/- ##
=======================================
Coverage 86.46% 86.46%
=======================================
Files 315 315
Lines 67645 67645
=======================================
Hits 58488 58488
Misses 9157 9157
I can confirm that it is resolved. The error will be fixed in the next version; no action is required