Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Update pytest to 7.0.1 #516

Merged
merged 2 commits into from
Mar 3, 2022
Merged

Update pytest to 7.0.1 #516

merged 2 commits into from
Mar 3, 2022

Conversation

pyup-bot
Copy link
Collaborator

This PR updates pytest from 7.0.0 to 7.0.1.

Changelog

7.0.1

=========================

Bug Fixes
---------

- `9608 <https://github.com/pytest-dev/pytest/issues/9608>`_: Fix invalid importing of ``importlib.readers`` in Python 3.9.


- `9610 <https://github.com/pytest-dev/pytest/issues/9610>`_: Restore `UnitTestFunction.obj` to return unbound rather than bound method.
Fixes a crash during a failed teardown in unittest TestCases with non-default `__init__`.
Regressed in pytest 7.0.0.


- `9636 <https://github.com/pytest-dev/pytest/issues/9636>`_: The ``pythonpath`` plugin was renamed to ``python_path``. This avoids a conflict with the ``pytest-pythonpath`` plugin.


- `9642 <https://github.com/pytest-dev/pytest/issues/9642>`_: Fix running tests by id with ``::`` in the parametrize portion.


- `9643 <https://github.com/pytest-dev/pytest/issues/9643>`_: Delay issuing a :class:`~pytest.PytestWarning` about diamond inheritance involving :class:`~pytest.Item` and
:class:`~pytest.Collector` so it can be filtered using :ref:`standard warning filters <warnings>`.
Links

@coveralls
Copy link

coveralls commented Feb 13, 2022

Coverage Status

Coverage decreased (-0.4%) to 84.028% when pulling 5e95b3d on pyup-update-pytest-7.0.0-to-7.0.1 into d4207f5 on master.

@fkztw fkztw merged commit 83ccbda into master Mar 3, 2022
@fkztw fkztw deleted the pyup-update-pytest-7.0.0-to-7.0.1 branch March 3, 2022 05:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants