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

fix: fixture definition incompatibility with 8.x.x series pytest. #101

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

DanCardin
Copy link
Contributor

@DanCardin DanCardin commented Mar 4, 2024

Fixes #100

Seems like the way pytest has done this series of deprecatations, there's no "correct" way to support v6 and v7 and v8 without just redefining the function according to the different shapes...sigh

@DanCardin DanCardin force-pushed the dc/pytest-81 branch 3 times, most recently from b68dd2e to 248d68a Compare March 4, 2024 14:11
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8141666471

Details

  • 7 of 7 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 94.517%

Totals Coverage Status
Change from base Build 7020775038: 0.1%
Covered Lines: 833
Relevant Lines: 874

💛 - Coveralls

@DanCardin DanCardin merged commit 270a81b into main Mar 4, 2024
67 checks passed
@DanCardin DanCardin deleted the dc/pytest-81 branch March 4, 2024 14:24
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.

pytest --test-alembic command fails with pytest 8.1.0
2 participants