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

Python Requirements Update #206

Merged
merged 2 commits into from Aug 24, 2021

Conversation

edx-requirements-bot
Copy link
Contributor

Python requirements update.Please review the changelogs for the upgraded packages.

@edx-requirements-bot edx-requirements-bot requested a review from a team August 23, 2021 20:11
@codecov
Copy link

codecov bot commented Aug 23, 2021

Codecov Report

Merging #206 (c4e20ff) into master (061d65a) will not change coverage.
The diff coverage is 81.81%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #206   +/-   ##
=======================================
  Coverage   77.29%   77.29%           
=======================================
  Files          21       21           
  Lines        1026     1026           
=======================================
  Hits          793      793           
  Misses        233      233           
Flag Coverage Δ
unittests 77.29% <81.81%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
repo_health/check_github.py 49.03% <0.00%> (ø)
repo_health/check_ubuntufiles.py 85.86% <80.00%> (ø)
repo_health/check_dependencies.py 97.05% <100.00%> (ø)
..._health/check_django_dependencies_compatibility.py 98.38% <100.00%> (ø)
repo_health/utils.py 100.00% <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 061d65a...c4e20ff. Read the comment docs.

@timmc-edx timmc-edx closed this Aug 23, 2021
@timmc-edx timmc-edx deleted the jenkins/upgrade-python-requirements-061d65a branch August 23, 2021 20:23
@timmc-edx timmc-edx restored the jenkins/upgrade-python-requirements-061d65a branch August 23, 2021 20:33
@timmc-edx timmc-edx reopened this Aug 23, 2021
@@ -14,7 +14,7 @@ def get_version(*file_paths):
Extract the version string from the file at the given relative path fragments.
"""
filename = os.path.join(os.path.dirname(__file__), *file_paths)
version_file = open(filename).read() # pylint: disable=consider-using-with
version_file = open(filename, encoding="utf8").read() # pylint: disable=consider-using-with
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pylint version 2.10.0 deprecated the use of open() without explicitly specifying any encoding. See pylint-dev/pylint#3826 for details.

@UsamaSadiq
Copy link
Member

@timmc-edx I'll create another PR to add six in the requirements for now to resolve the failing Jenkins job issue.

@UsamaSadiq UsamaSadiq merged commit 060d0b2 into master Aug 24, 2021
@UsamaSadiq UsamaSadiq deleted the jenkins/upgrade-python-requirements-061d65a branch August 24, 2021 06:51
@timmc-edx
Copy link
Contributor

Thanks!

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.

None yet

3 participants