Skip to content

Commit edf8283

Browse files
committed
Add CHANGELOG entry for #1888
1 parent c8a366e commit edf8283

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010
Thanks `@joguSD`_ for the PR.
1111

1212
* Fix ``UnicodeEncodeError`` when string comparison with unicode has failed. (`#1864`_)
13-
Thanks `@AiOO`_ for the PR
13+
Thanks `@AiOO`_ for the PR.
14+
15+
* ``pytest_plugins`` is now handled correctly if defined as a string (as opposed as
16+
a sequence of strings) when modules are considered for assertion rewriting.
17+
Due to this bug, much more modules were being rewritten than necessary
18+
if a test suite uses ``pytest_plugins`` to load internal plugins (`#1888`_).
19+
Thanks `@jaraco`_ for the report and `@nicoddemus`_ for the PR (`#1891`_).
1420

1521
*
1622

@@ -19,6 +25,8 @@
1925

2026
.. _#1857: https://github.com/pytest-dev/pytest/issues/1857
2127
.. _#1864: https://github.com/pytest-dev/pytest/issues/1864
28+
.. _#1888: https://github.com/pytest-dev/pytest/issues/1888
29+
.. _#1891: https://github.com/pytest-dev/pytest/pull/1891
2230

2331

2432
3.0.1

0 commit comments

Comments
 (0)