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

Updates for Python 3.10 deprecations #3065

Merged
merged 2 commits into from
Jan 6, 2022
Merged

Updates for Python 3.10 deprecations #3065

merged 2 commits into from
Jan 6, 2022

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Jan 6, 2022

  • from collections import Callable -> from collections.abc import Callable
  • from distutils.version import LooseVersion -> from packaging.version import Version

@codecov
Copy link

codecov bot commented Jan 6, 2022

Codecov Report

Merging #3065 (caabdab) into master (3e2c416) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3065   +/-   ##
=======================================
  Coverage   83.42%   83.42%           
=======================================
  Files         190      190           
  Lines       25134    25134           
=======================================
  Hits        20969    20969           
  Misses       4165     4165           
Impacted Files Coverage Δ
panel/pane/holoviews.py 79.87% <100.00%> (ø)
panel/param.py 87.03% <100.00%> (+0.02%) ⬆️
panel/tests/pane/test_vega.py 97.59% <100.00%> (ø)
panel/tests/test_pipeline.py 98.94% <100.00%> (ø)
panel/tests/test_template.py 98.60% <100.00%> (-0.01%) ⬇️
panel/tests/util.py 84.61% <100.00%> (ø)
panel/tests/widgets/test_tables.py 99.49% <100.00%> (ø)
panel/util.py 84.58% <100.00%> (ø)

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 3e2c416...caabdab. Read the comment docs.

@philippjfr philippjfr merged commit c0c765b into master Jan 6, 2022
@philippjfr philippjfr deleted the py3_updates branch January 6, 2022 11:42
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