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: specify correct min version of pytest #157

Merged
merged 1 commit into from
Mar 10, 2020

Conversation

iamogbz
Copy link
Collaborator

@iamogbz iamogbz commented Mar 10, 2020

Description

Specifies correct min version of pytest

QA

  • pip install -U pytest==5.0.0
  • pytest
  • See failure
  • pip install -U pytest==5.1.0
  • pytest
  • See success

Related Issues

Checklist

  • This PR has sufficient test coverage.
  • I will merge this pull request with a semantic title.

Additional Comments

No additional comments.

@iamogbz iamogbz requested a review from noahnu March 10, 2020 22:51
@codecov
Copy link

codecov bot commented Mar 10, 2020

Codecov Report

Merging #157 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #157   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     16           
  Lines         849    849           
=====================================
  Hits          849    849

@noahnu noahnu merged commit 858bec7 into master Mar 10, 2020
@noahnu noahnu deleted the iamogbz/syrupy-does-not-work-with-156 branch March 10, 2020 23:18
syrupy-bot pushed a commit that referenced this pull request Mar 10, 2020
## [0.3.6](v0.3.5...v0.3.6) (2020-03-10)

### Bug Fixes

* specify correct min version of pytest ([#157](#157)) ([858bec7](858bec7))
@syrupy-bot
Copy link
Contributor

🎉 This PR is included in version 0.3.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

syrupy does not work with pytest 5.0.1
3 participants