-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Release 3.0.2 #1896
Release 3.0.2 #1896
Conversation
* matthiasha | ||
|
||
Happy testing, | ||
The pytest Development Team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -88,7 +88,7 @@ def setup(self): | |||
if self.dtest is not None: | |||
self.fixture_request = _setup_fixtures(self) | |||
globs = dict(getfixture=self.fixture_request.getfixturevalue) | |||
for name, value in self.fixture_request.getfuncargvalue('doctest_namespace').items(): | |||
for name, value in self.fixture_request.getfixturevalue('doctest_namespace').items(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the fix for #1898 in this PR because it was trivial and I didn't want to open a separate PR just for that, hope that's OK.
Anything else guys? I was thinking of pushing the release to PyPI later tonight, unless somebody wants more time to review this more carefully. |
LGTM! |
Builds: