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: Compatibility with pytest-asyncio>=0.17.1 #1453

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

Stranger6667
Copy link
Member

Fixes #1452

@codecov-commenter
Copy link

codecov-commenter commented Apr 14, 2022

Codecov Report

Merging #1453 (1926d22) into master (8c86fb8) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

❗ Current head 1926d22 differs from pull request most recent head 2f57b2d. Consider uploading reports for the commit 2f57b2d to get more accurate results

@@            Coverage Diff             @@
##           master    #1453      +/-   ##
==========================================
- Coverage   99.12%   99.09%   -0.03%     
==========================================
  Files          86       86              
  Lines        6657     6659       +2     
  Branches     1163     1163              
==========================================
  Hits         6599     6599              
- Misses         30       31       +1     
- Partials       28       29       +1     
Impacted Files Coverage Δ
src/schemathesis/lazy.py 95.72% <100.00%> (+0.07%) ⬆️
src/schemathesis/extra/pytest_plugin.py 98.24% <0.00%> (-1.76%) ⬇️

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 8c86fb8...2f57b2d. Read the comment docs.

@Stranger6667 Stranger6667 merged commit 8cd282a into master Apr 14, 2022
@Stranger6667 Stranger6667 deleted the dd/fix-pytest-asyncio-compat branch April 14, 2022 09:22
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.

[BUG] AttributeError: 'function' object has no attribute 'hypothesis' (with pytest-asyncio>=0.17.1)
2 participants