Package: pytest-forked / 1.6.0-4

Metadata

Package Version Patches format
pytest-forked 1.6.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
398f003660dda242b97217390718a2a90c3d7a88.patch | (download)

testing/test_xfail_behavior.py | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

 [patch] sync expected test_xfail's xpassed summary to pytest 8
test failure multiple plugins.patch | (download)

testing/test_xfail_behavior.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test failure if multiple pytest plugins are installed
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Dependencies can sometimes cause extra pytest plugins to be installed
while running tests: for example, in current Debian, py  pkg-resources
 inflect  typeguard includes one.  The order of plugins that pytest
displays on the `plugins:` line of its output doesn't appear to be
defined, so tolerate variation.