python-pytest-django/ignore-warnings.patch

14 lines
476 B
Diff

Index: pytest-django-3.9.0/tests/test_fixtures.py
===================================================================
--- pytest-django-3.9.0.orig/tests/test_fixtures.py
+++ pytest-django-3.9.0/tests/test_fixtures.py
@@ -597,7 +597,7 @@ class Migration(migrations.Migration):
)
result = django_testdir.runpytest_subprocess("-s")
- result.stdout.fnmatch_lines(["* 1 passed in*"])
+ result.stdout.fnmatch_lines(["* 1 passed*"])
assert result.ret == 0