Commit edf8283 1 parent c8a366e commit edf8283 Copy full SHA for edf8283
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 10
10
Thanks `@joguSD `_ for the PR.
11
11
12
12
* 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 `_).
14
20
15
21
*
16
22
19
25
20
26
.. _#1857 : https://github.com/pytest-dev/pytest/issues/1857
21
27
.. _#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
22
30
23
31
24
32
3.0.1
You can’t perform that action at this time.
0 commit comments