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

Unrestrict pytest and pytest-cov versions #7125

Merged
merged 2 commits into from
Oct 31, 2022

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Oct 31, 2022

pytest-cov was being restricted to an old version that produces warnings when combined with the latest version of pytest. At the same time, it's doubtful that restricting the maximum version of pytest will ever help.

@jwodder jwodder added semver-dependencies Update one or more dependencies version CHANGELOG-missing When a PR's description does not contain a changelog item, yet. labels Oct 31, 2022
@github-actions github-actions bot removed the CHANGELOG-missing When a PR's description does not contain a changelog item, yet. label Oct 31, 2022
@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Base: 89.39% // Head: 90.95% // Increases project coverage by +1.55% 🎉

Coverage data is based on head (69acfee) compared to base (42c60db).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##            maint    #7125      +/-   ##
==========================================
+ Coverage   89.39%   90.95%   +1.55%     
==========================================
  Files         355      355              
  Lines       46498    46498              
  Branches     6327     6327              
==========================================
+ Hits        41569    42293     +724     
+ Misses       4914     4190     -724     
  Partials       15       15              
Impacted Files Coverage Δ
datalad/_version.py 45.68% <0.00%> (ø)
datalad/__init__.py 98.00% <0.00%> (+16.00%) ⬆️
datalad/tests/utils.py 56.96% <0.00%> (+35.36%) ⬆️
datalad/tests/test_tests_utils.py 92.34% <0.00%> (+92.34%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yarikoptic
Copy link
Member

Great, thank you!

@yarikoptic yarikoptic merged commit da44dbc into datalad:maint Oct 31, 2022
@yarikoptic-gitmate
Copy link
Collaborator

PR released in 0.17.9

@datalad datalad deleted a comment from yarikoptic-gitmate Nov 7, 2022
@jwodder jwodder deleted the unpin-pytest branch May 12, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-dependencies Update one or more dependencies version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants