-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Doppins] Upgrade dependency pytest to ==6.2.3 #28
base: master
Are you sure you want to change the base?
Conversation
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
An additional new version was just released of Hope that's alright! |
Hi!
A new version was just released of
pytest
, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded pytest from
==3.0.6
to==5.1.0
Changelog:
Version 5.0.1
pytest 5.0.1 (2019-07-04)
Bug Fixes
(
https://github.com/pytest-dev/pytest/issues/5479`): Improvequoting in
raises
match failure message.(
https://github.com/pytest-dev/pytest/issues/5523`): Fixedusing multiple short options together in the command-line (for
example
-vs
) in Python 3.8+.(
https://github.com/pytest-dev/pytest/issues/5547`):--step-wise
now handlesxfail(strict=True)
markers properly.Improved Documentation
(
https://github.com/pytest-dev/pytest/issues/5517`): Improve"Declaring new hooks" section in chapter "Writing Plugins"
Version 4.6.5
Bug Fixes
#4344
(https://github.com/pytest-dev/pytest/issues/4344
): Fix RuntimeError/StopIteration when trying to collect package with "init.py" only.#5478
(https://github.com/pytest-dev/pytest/issues/5478
): Fix encode error when using unicode strings in exceptions withpytest.raises
.#5524
(https://github.com/pytest-dev/pytest/issues/5524
): Fix issue wheretmp_path
andtmpdir
would not remove directories containing files marked as read-only,which could lead to pytest crashing when executed a second time with the
--basetemp
option.#5547
(https://github.com/pytest-dev/pytest/issues/5547
):--step-wise
now handlesxfail(strict=True)
markers properly.#5650
(https://github.com/pytest-dev/pytest/issues/5650
): Improved output when parsing an ini configuration file fails.