orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

Temporally skip pandas version 1.5.0

Open PrimozGodec opened this issue 3 years ago • 1 comments

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

PrimozGodec avatar Sep 21 '22 11:09 PrimozGodec

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           

codecov[bot] avatar Sep 21 '22 11:09 codecov[bot]

I can confirm that it is resolved. The error will be fixed in the next version; no action is required

PrimozGodec avatar Oct 05 '22 13:10 PrimozGodec