Bug#859916: Fails on simple test from documentation

2017-04-15 Thread Chris Lamb
tags 859916 + patch retitle 859916 django-assets: installed pytest plugin can break unrelated software thanks Patch attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `- diff --git a/django_assets/pytest_plugin.py

Bug#859916: Fails on simple test from documentation

2017-04-09 Thread Guido Günther
Hi Sebastian, On Sun, Apr 09, 2017 at 12:09:37PM +0200, Sebastian Ramacher wrote: > Control: reassign -1 python-django-assets 0.12-1 > > On 2017-04-09 11:59:10, Guido Günther wrote: > > Package: python-pytest > > Version: 3.0.6-1 > > Severity: grave > > > > (this only affects python-pytest,

Bug#859916: Fails on simple test from documentation

2017-04-09 Thread Sebastian Ramacher
Control: reassign -1 python-django-assets 0.12-1 On 2017-04-09 11:59:10, Guido Günther wrote: > Package: python-pytest > Version: 3.0.6-1 > Severity: grave > > (this only affects python-pytest, python-pytest3 is fine): > > The simple test from the documentation > >

Processed: Re: Bug#859916: Fails on simple test from documentation

2017-04-09 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 python-django-assets 0.12-1 Bug #859916 [python-pytest] Fails on simple test from documentation Bug reassigned from package 'python-pytest' to 'python-django-assets'. No longer marked as found in versions pytest/3.0.6-1. Ignoring request to alter fixed

Bug#859916: Fails on simple test from documentation

2017-04-09 Thread Guido Günther
Package: python-pytest Version: 3.0.6-1 Severity: grave (this only affects python-pytest, python-pytest3 is fine): The simple test from the documentation https://docs.pytest.org/en/latest/getting-started.html#installation cat < test_sample.py def func(x): return x + 1 def