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

pin cf-units, remove github actions test for Python 3.6 and fix test_access1_0 and test_access1_3 to use cf-units for comparisons #1197

Merged
merged 9 commits into from
Jul 7, 2021

Conversation

valeriupredoi
Copy link
Contributor

@valeriupredoi valeriupredoi commented Jun 28, 2021

Description

  • cf-units went up to 3.0.0 and this broke the tests again, now we have use of cf-units for both reference and test dates
  • I removed the Github Action tests for Python 3.6 - it is old and we should not support it anymore, on top of it all cf-units=2.1.5 throws a very dubious error when comparing datetimes as we do in those tests, and 3.0.0 doesn't have a packaging for Python 3.6

Closes #issue_number

Link to documentation:


Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.


To help with the number pull requests:

@valeriupredoi valeriupredoi added bug Something isn't working testing labels Jun 28, 2021
@codecov
Copy link

codecov bot commented Jun 28, 2021

Codecov Report

Merging #1197 (c745bd3) into main (f24575b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1197   +/-   ##
=======================================
  Coverage   85.51%   85.51%           
=======================================
  Files         188      188           
  Lines        9147     9147           
=======================================
  Hits         7822     7822           
  Misses       1325     1325           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f24575b...c745bd3. Read the comment docs.

@valeriupredoi valeriupredoi changed the title Fix test_access1_0 and test_access1_3 to use cf-units for comparisons pin cf-units, remove github actions test for Python 3.6 and fix test_access1_0 and test_access1_3 to use cf-units for comparisons Jun 28, 2021
@valeriupredoi valeriupredoi mentioned this pull request Jun 28, 2021
4 tasks
@zklaus zklaus merged commit 0a428cb into main Jul 7, 2021
@zklaus zklaus deleted the fix_access_tests_again branch July 7, 2021 12:12
zklaus pushed a commit that referenced this pull request Jul 7, 2021
…access1_0 and test_access1_3 to use cf-units for comparisons (#1197)

* fix test with cf units

* fix test with cf units

* test fully on GA

* no need to import

* pin cf units

* pin cf units

* pin cf units

* retire python 36

* remove GA test branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants