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 deprecated pytest-flake8. #66

Merged
merged 4 commits into from
Aug 3, 2023
Merged

Remove deprecated pytest-flake8. #66

merged 4 commits into from
Aug 3, 2023

Conversation

jamesturner246
Copy link
Contributor

Closes #53

Note: I had to do poetry lock --no-update with poetry==1.4.2 due to dependabot/dependabot-core#7389, else category = "dev" is clobbered.

@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Merging #66 (e348654) into develop (aa85ac5) will decrease coverage by 0.05%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop      #66      +/-   ##
===========================================
- Coverage    93.58%   93.54%   -0.05%     
===========================================
  Files            3        3              
  Lines          156      155       -1     
===========================================
- Hits           146      145       -1     
  Misses          10       10              
Files Changed Coverage Δ
csvy/writers.py 95.12% <ø> (-0.06%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@alexdewar alexdewar left a comment

Choose a reason for hiding this comment

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

LGTM!

Re the poetry issue, in other repos I have had to explicitly rename the tool.poetry.dev-dependencies section in pyproject.toml to tool.poetry.group.dev.dependencies, which is the new way of doing things. The poetry devs, rather frustratingly, introduced some breaking changes a few releases ago.

Copy link
Collaborator

@dalonsoa dalonsoa left a comment

Choose a reason for hiding this comment

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

LGTM

@dalonsoa dalonsoa merged commit 1f97c6e into develop Aug 3, 2023
@dalonsoa dalonsoa deleted the rm_pytest_flake8 branch August 3, 2023 13: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.

Remove deprecated pytest-flake8 plugin
3 participants