Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Python Requirements Update #331

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 24, 2021 04:03
@codecov-commenter
Copy link

Codecov Report

Merging #331 (396f0bb) into master (0fff396) will decrease coverage by 0.42%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #331      +/-   ##
==========================================
- Coverage   86.54%   86.11%   -0.43%     
==========================================
  Files          11       11              
  Lines         951      951              
  Branches      156      156              
==========================================
- Hits          823      819       -4     
- Misses         85       88       +3     
- Partials       43       44       +1     
Flag Coverage Δ
unittests 86.11% <50.00%> (-0.43%) ⬇️

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

Impacted Files Coverage Δ
bok_choy/browser.py 68.83% <0.00%> (ø)
bok_choy/page_object.py 97.32% <ø> (ø)
bok_choy/a11y/axe_core_ruleset.py 91.81% <100.00%> (-3.64%) ⬇️

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 0fff396...396f0bb. Read the comment docs.

@@ -195,7 +195,7 @@ def customize_ruleset(self, custom_ruleset_file=None):
if not custom_file:
return

with open(custom_file) as additional_rules:
with open(custom_file, encoding="utf8") as additional_rules:
Copy link
Contributor

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.

@mzulqarnain1 mzulqarnain1 merged commit 0e3ee5f into master Aug 24, 2021
@mzulqarnain1 mzulqarnain1 deleted the jenkins/upgrade-python-requirements-0fff396 branch August 24, 2021 07:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants