diff --git a/pytest-django-3.4.8.tar.gz b/pytest-django-3.4.8.tar.gz deleted file mode 100644 index 5afeee5..0000000 --- a/pytest-django-3.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d3283e774fe1d40630ee58bf34929b83875e4751b525eeb07a7506996eb42ee -size 67335 diff --git a/pytest-django-3.5.0.tar.gz b/pytest-django-3.5.0.tar.gz new file mode 100644 index 0000000..a1bcfed --- /dev/null +++ b/pytest-django-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a9ab9fceb2f819a0e94ba4eab791f998542f4e29eb36500cb9464dd3b4c3b6 +size 67577 diff --git a/python-pytest-django.changes b/python-pytest-django.changes index c8d61e1..80fbb7e 100644 --- a/python-pytest-django.changes +++ b/python-pytest-django.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 17 12:07:05 UTC 2019 - Tomáš Chvátal + +- Update to 3.5.0: + * Run tests in the same order as Django (#223) + * Use verbosity=0 with disabled migrations (#729, #730) + * django_db_setup: warn instead of crash with teardown errors (#726) + * tests: fix test_sqlite_database_renamed (#739, #741) + * tests/conftest.py: move import of db_helpers (#737) + * Cleanup/improve coverage, mainly with tests (#706) + * Slightly revisit unittest handling (#740) + ------------------------------------------------------------------- Wed Feb 27 13:33:32 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-django.spec b/python-pytest-django.spec index a4c27e2..0d79d1f 100644 --- a/python-pytest-django.spec +++ b/python-pytest-django.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-django -Version: 3.4.8 +Version: 3.5.0 Release: 0 Summary: A Django plugin for py.test License: BSD-3-Clause @@ -71,7 +71,7 @@ that are already present in pytest: %check # memory operations failed in OBS not localy, thus skip them export DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite -%python_expand PYTHONPATH=$(pwd) py.test-%{$python_bin_suffix} tests/ -k 'not test_sqlite_in_memory_used' +%python_expand PYTHONPATH=$(pwd) py.test-%{$python_bin_suffix} -v tests/ -k 'not (test_sqlite_in_memory_used or test_django_assert_num_queries_db or test_django_assert_max_num_queries_db)' %files %{python_files} %license LICENSE