-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Tests fail with 1.11.2 #169
Comments
Hi @chbndrhnns, thanks for the nudge! 1.12 released. 👍 |
Hi @nicoddemus: I'm currently receiving this error as well. Here's the relevant part of my
Any ideas? 😢 |
Hi @richin13, Sorry to hear! I think >>> " ".join(None)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: can only join an iterable Hmmm any chance you don't have the source code of the place where the code is used? If I compile some code to a
|
Thank you so much @nicoddemus: turns out I forgot to clean my __pycache__ and related files. Removing them fixed the issue. Thanks again |
@richin13 thanks for confirming it. I just released |
After upgrading to 1.11.2, my tests using pytest-mock start failing with the message below. It turns out this change fixes it but it still needs to be released.
I am using pytest 5.2.4
The text was updated successfully, but these errors were encountered: