django-oscar / django-oscar-accounts

Managed accounts for Django (with or without django-oscar)
BSD 3-Clause "New" or "Revised" License
212 stars 119 forks source link

Update pytest-django requirement from <3.6,>=3.5 to >=3.5,<3.7 #76

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on pytest-django to permit the latest version.

Changelog *Sourced from [pytest-django's changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst).* > 3.6.0 (2019-10-17) > ================== > > Features > -------- > > - Rename test databases when running parallel Tox ([#678](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/678), [#680](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/680)) > > Bugfixes > -------- > > - Django unittests: restore "debug" function ([#769](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/769), [#771](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/771)) > > Misc > ---- > > - Improve/harden internal tests / infrastructure. > > 3.5.1 (2019-06-29) > ================== > > Bugfixes > -------- > > - Fix compatibility with pytest 5.x ([#751](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/751)) > > 3.5.0 (2019-06-03) > ================== > > Features > -------- > > - Run tests in the same order as Django ([#223](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/223)) > - Use verbosity=0 with disabled migrations ([#729](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/729), [#730](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/730)) > > Bugfixes > -------- > > - django\_db\_setup: warn instead of crash with teardown errors ([#726](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/726)) > > Misc > ---- > > - tests: fix test\_sqlite\_database\_renamed ([#739](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/739), [#741](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/741)) > - tests/conftest.py: move import of db\_helpers ([#737](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/737)) > - Cleanup/improve coverage, mainly with tests ([#706](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/706)) > - Slightly revisit unittest handling ([#740](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/740)) > > 3.4.8 (2019-02-26) > ================== > ... (truncated)
Commits - [`382c6bb`](https://github.com/pytest-dev/pytest-django/commit/382c6bb4e727d37e9f4c52245ed16fd3587ae818) Release 3.6.0 - [`ec30dcd`](https://github.com/pytest-dev/pytest-django/commit/ec30dcd6a58dcab51a2b28b94c436a8b497e37dd) Django unittests: restore "debug" function ([#771](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/771)) - [`0dbe355`](https://github.com/pytest-dev/pytest-django/commit/0dbe3556e293b27c217f6da69e60892fc4217fee) Merge pull request [#743](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/743) from blueyed/harden - [`0a2a228`](https://github.com/pytest-dev/pytest-django/commit/0a2a22828d2cbe9217298f97baa87f0632980ae0) use force_str instead of force_text for dj30 - [`cdbd7f1`](https://github.com/pytest-dev/pytest-django/commit/cdbd7f14693f9a219aec8407f36bcb188e1797df) codecov: disable comments - [`9d701d5`](https://github.com/pytest-dev/pytest-django/commit/9d701d563cf21d45ea8812e1d5a6e35fab7b237c) tox: use old attrs with pytest41 - [`c0bd62b`](https://github.com/pytest-dev/pytest-django/commit/c0bd62b67504706c774eedc319eabdb58a51f81c) tox.ini: passenv: include TERM - [`42763cf`](https://github.com/pytest-dev/pytest-django/commit/42763cfbdc48a5d0ff2425f26b4774644ee4426b) Remove pytest_django_test.compat.patterns - [`ead2ef6`](https://github.com/pytest-dev/pytest-django/commit/ead2ef6a8740f5e36962e2b3d52cb9960af82878) tests: fix DeprecationWarning: invalid escape sequence \w - [`ce58006`](https://github.com/pytest-dev/pytest-django/commit/ce58006c93590a3a6ceab677d30831ae8c69f7cb) tests: harden assertions (no warnings etc) - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest-django/compare/v3.5.0...v3.6.0)


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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](https://app.dependabot.com): - 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)
codecov[bot] commented 4 years ago

Codecov Report

Merging #76 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   64.73%   64.73%           
=======================================
  Files          28       28           
  Lines        1401     1401           
=======================================
  Hits          907      907           
  Misses        494      494

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 001a882...82a9d78. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Superseded by #78.