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

Remove deprecations warnings #627

Merged
merged 2 commits into from
Oct 5, 2018
Merged

Conversation

Zlopez
Copy link
Contributor

@Zlopez Zlopez commented Oct 4, 2018

Remove deprecations warnings from tests.

WTForms:

  • TextField alias
  • Required field option

Python 3.6:

  • regular expression warnings (using escape sequence within utf string, using flag inside regex)

XML2Dict:

  • getchildren method

What remains:

  • fedmsg related warnings - these are inside fedmsg

@codecov-io
Copy link

codecov-io commented Oct 4, 2018

Codecov Report

Merging #627 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #627   +/-   ##
=======================================
  Coverage   90.05%   90.05%           
=======================================
  Files          55       55           
  Lines        2655     2655           
  Branches      343      343           
=======================================
  Hits         2391     2391           
  Misses        201      201           
  Partials       63       63
Impacted Files Coverage Δ
anitya/config.py 100% <ø> (ø) ⬆️
anitya/lib/backends/debian.py 100% <ø> (ø) ⬆️
anitya/lib/xml2dict.py 85.41% <100%> (ø) ⬆️
anitya/forms.py 81.57% <100%> (ø) ⬆️

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 36b990a...ba26532. Read the comment docs.

@mergify mergify bot merged commit 1beb74d into fedora-infra:master Oct 5, 2018
@Zlopez Zlopez deleted the deprecation branch October 5, 2018 15:39
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.

3 participants