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

Move pyflakes to extras_require #117

Merged
merged 1 commit into from Aug 4, 2019
Merged

Move pyflakes to extras_require #117

merged 1 commit into from Aug 4, 2019

Conversation

yakky
Copy link
Member

@yakky yakky commented Jul 13, 2019

This stop forcing downgrade pyflakes due to required version pinning

Fix #111

@codecov
Copy link

codecov bot commented Jul 13, 2019

Codecov Report

Merging #117 into develop will decrease coverage by 0.69%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #117     +/-   ##
==========================================
- Coverage    91.12%   90.42%   -0.7%     
==========================================
  Files            6        6             
  Lines          721      721             
  Branches       122      122             
==========================================
- Hits           657      652      -5     
- Misses          25       30      +5     
  Partials        39       39
Impacted Files Coverage Δ
djangocms_helper/main.py 83.9% <0%> (-2.88%) ⬇️

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 0a509a3...51867e8. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jul 13, 2019

Codecov Report

Merging #117 into develop will decrease coverage by 0.69%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #117     +/-   ##
==========================================
- Coverage    91.12%   90.42%   -0.7%     
==========================================
  Files            6        6             
  Lines          721      721             
  Branches       122      122             
==========================================
- Hits           657      652      -5     
- Misses          25       30      +5     
  Partials        39       39
Impacted Files Coverage Δ
djangocms_helper/main.py 83.9% <0%> (-2.88%) ⬇️

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 0a509a3...51867e8. Read the comment docs.

This stop forcing downgrade pyflakes due to required version pinning
@yakky yakky merged commit 08815ab into develop Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pyflakes>=2.1 compatibility
1 participant