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

Fix warnings reported by Pytest #388

Merged
merged 5 commits into from
Nov 22, 2023
Merged

Fix warnings reported by Pytest #388

merged 5 commits into from
Nov 22, 2023

Conversation

subhashb
Copy link
Contributor

  • Replace calls to utcnow with now(UTC)
  • Introduce a new function called utcnow_func in protean.utils to use as default
  • Replace pkgutil with importlib functions
  • Remove support 3.8, 3.9, and 3.10
  • Remove Protean's own importlib.py file

* Replace calls to utcnow with now(UTC)
* Introduce a new function called `utcnow_func` in protean.utils to use as default
* Replace pkgutil with importlib functions
* Remove support 3.8, 3.9, and 3.10
* Remove Protean's own importlib.py file
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0d0bffe) 84.25% compared to head (259faf6) 84.18%.

❗ Current head 259faf6 differs from pull request most recent head ba7d104. Consider uploading reports for the commit ba7d104 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #388      +/-   ##
==========================================
- Coverage   84.25%   84.18%   -0.07%     
==========================================
  Files          69       68       -1     
  Lines        5327     5310      -17     
  Branches      988      983       -5     
==========================================
- Hits         4488     4470      -18     
- Misses        640      641       +1     
  Partials      199      199              

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

@subhashb subhashb merged commit b71aaf3 into master Nov 22, 2023
3 checks passed
@subhashb subhashb deleted the pytest-warnings-squash branch November 22, 2023 16:08
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.

1 participant