File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ Bug Fixes
157
157
<https://github.com/pytest-dev/pytest/issues/2124> `_)
158
158
159
159
- If an exception happens while loading a plugin, pytest no longer hides the
160
- original traceback. In python2 it will show the original traceback with a new
161
- message that explains in which plugin. In python3 it will show 2 canonized
160
+ original traceback. In Python 2 it will show the original traceback with a new
161
+ message that explains in which plugin. In Python 3 it will show 2 canonized
162
162
exceptions, the original exception while loading the plugin in addition to an
163
- exception that PyTest throws about loading a plugin. (`#2491
163
+ exception that pytest throws about loading a plugin. (`#2491
164
164
<https://github.com/pytest-dev/pytest/issues/2491> `_)
165
165
166
166
- ``capsys `` and ``capfd `` can now be used by other fixtures. (`#2709
You can’t perform that action at this time.
0 commit comments