Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Bump pytest-django from 3.1.2 to 3.5.1 #26

Open
wants to merge 1 commit into
base: graphene-2
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps pytest-django from 3.1.2 to 3.5.1.

Release notes

Sourced from pytest-django's releases.

Fix compatibility with pytest 5.x

No release notes provided.

3.5.0

Features
^^^^^^^^

  • Run tests in the same order as Django (#223)

  • Use verbosity=0 with disabled migrations (#729, #730)

Bugfixes
^^^^^^^^

  • django_db_setup: warn instead of crash with teardown errors (#726)

Misc
^^^^

  • 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)

Minor fixes, compatibility with pytest 4.1

No release notes provided.

Minor bugfixes

3.4.4 (2018-11-13)

Bugfixes
^^^^^^^^

  • Refine the django.conf module check to see if the settings really are
    configured (#668).
  • Avoid crash after OSError during Django path detection (#664).

Features
^^^^^^^^

  • Add parameter info to fixture assert_num_queries to display additional message on failure (#663).

Docs
^^^^

  • Improve doc for django_assert_num_queries/django_assert_max_num_queries.
  • Add warning about sqlite specific snippet + fix typos (#666).
... (truncated)
Changelog

Sourced from pytest-django's changelog.

3.5.1 (2019-06-29)

Bugfixes

  • Fix compatibility with pytest 5.x (#751)

3.5.0 (2019-06-03)

Features

  • Run tests in the same order as Django (#223)
  • Use verbosity=0 with disabled migrations (#729, #730)

Bugfixes

  • django_db_setup: warn instead of crash with teardown errors (#726)

Misc

  • 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)

3.4.8 (2019-02-26)

Bugfixes

  • Fix DB renaming fixture for Multi-DB environment with SQLite (#679)

3.4.7 (2019-02-03)

Bugfixes

  • Fix disabling/handling of unittest methods with pytest 4.2+ (#700)

3.4.6 (2019-02-01)

Bugfixes

... (truncated)
Commits
  • c1bdb8d Release 3.5.1
  • 3d23d5a Fix compat with pytest 5.x (#751)
  • 33aa666 Release 3.5.0
  • 7553d4b tests: follow-up fix for test_sqlite_database_renamed (#741)
  • ec9741d Merge pull request #740 from blueyed/unittest
  • 909dc81 tests: fix test_sqlite_database_renamed for Django 1.11 (#739)
  • 63abadf _django_setup_unittest: use django_db_blocker contextmanager
  • 90d0f6c _django_setup_unittest: django_test_environment is auto-used
  • e60de7b _django_setup_unittest: dedent
  • ed958e6 tests/conftest.py: move import of db_helpers (#737)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants