Commit Graph

13 Commits

Author SHA256 Message Date
Tomáš Chvátal
e4f0dce9d2 - Update to 3.9.0:
* Improve test ordering with Django test classes (#830)
  * Remove import of pkg_resources for parsing pytest version (performance) (#826)
  * Work around unittest issue with pytest 5.4.{0,1} (#825)
  * Don't break --failed-first when re-ordering tests (#819, #820)
  * pytest_addoption: use group.addoption (#833)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=22
2020-04-03 10:24:31 +00:00
Tomáš Chvátal
c0e110e61d - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=20
2020-03-13 12:44:51 +00:00
Tomáš Chvátal
2cfb30340f - Update 3.8.0:
* Make Django's assertion helpers available in pytest_django.asserts (#709).
  * Report django-configurations setting (#791)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=18
2020-01-23 08:52:19 +00:00
Tomáš Chvátal
5a0fde3464 - Update to 3.7.0:
* Monkeypatch pytest to not use ``TestCase.debug`` with unittests, instead
    of patching it into Django (#782).
  * Work around pytest crashing due to ``pytest.fail`` being used from within the
    DB blocker, and pytest trying to display an object representation involving
    DB access (#781).  pytest-django uses a ``RuntimeError`` now instead.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=16
2019-11-15 10:52:28 +00:00
Tomáš Chvátal
1fe7db01c4 - Update to 3.6.0:
* Rename test databases when running parallel Tox (#678, #680)
  * Django unittests: restore "debug" function (#769, #771)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=14
2019-10-30 11:58:45 +00:00
Tomáš Chvátal
64ed3c4373 - Siplify the deps
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=11
2019-08-22 13:40:57 +00:00
Tomáš Chvátal
ac51895189 - Update to 3.5.1:
* Fix compatibility with pytest 5.x (#751)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=9
2019-07-02 12:12:53 +00:00
Tomáš Chvátal
5fb6336530 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=7
2019-06-17 12:14:19 +00:00
Tomáš Chvátal
6163669d43 - Update to 3.4.8:
* Various test fixes only

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=5
2019-02-27 13:33:53 +00:00
Tomáš Chvátal
df89946b65 Accepting request 678514 from home:jayvdb:django
- Add docs/ and AUTHORS to %doc
- Update to v3.4.7
  * Fix disabling/handling of unittest methods with pytest 4.2+
- from 3.4.6
  * django_find_project: add cwd as fallback always
  * Enable tests for Django 2.2 and add classifier
- from 3.4.5
  * Use request.config instead of pytest.config
  * fixture 'admin_user' handle "email" username_field
  * Minor doc fixes
- Add 'six' as explicit build dependency

OBS-URL: https://build.opensuse.org/request/show/678514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=4
2019-02-25 08:51:23 +00:00
Dominique Leuenberger
917835e4a0 Accepting request 656867 from devel:languages:python:django
- Version update to 3.4.4:
  * Many many changes to list properly
- Drop obsolete patch python-pytest-django-dependency.patch

OBS-URL: https://build.opensuse.org/request/show/656867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-django?expand=0&rev=3
2018-12-13 18:48:20 +00:00
Dominique Leuenberger
7420cfe289 Accepting request 535252 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/535252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-django?expand=0&rev=2
2017-10-20 12:47:07 +00:00
Dominique Leuenberger
1901daa764 Accepting request 533036 from devel:languages:python
Required by python-django-nose

See request 531880 : https://build.opensuse.org/request/show/531880

OBS-URL: https://build.opensuse.org/request/show/533036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-django?expand=0&rev=1
2017-10-18 08:50:34 +00:00