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

syrupy does not work with pytest 5.0.1 #156

Closed
noahnu opened this issue Mar 10, 2020 · 1 comment · Fixed by #157
Closed

syrupy does not work with pytest 5.0.1 #156

noahnu opened this issue Mar 10, 2020 · 1 comment · Fixed by #157
Labels
bug Something isn't working released

Comments

@noahnu
Copy link
Collaborator

noahnu commented Mar 10, 2020

Describe the bug

Running syrupy with pytest 5.0.1 produces:

AttributeError: 'Config' object has no attribute 'invocation_params'

To Reproduce

pip install pytest==5.0.1 syrupy==0.3.5
echo "def test_example(snapshot):\nassert snapshot == 'hi'" > test_file.py
pytest

If we don't support 5.0.1, we should be explicit about min versions.

@noahnu noahnu added the bug Something isn't working label Mar 10, 2020
@syrupy-bot
Copy link
Contributor

🎉 This issue has been resolved 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
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants