agrc / masquerade

Disguise UGRC's Web API endpoints as an Esri locator service.
https://github.com/agrc/masquerade#readme
MIT License
1 stars 0 forks source link

build(deps-dev): update pytest-instafail requirement from ==0.4.* to >=0.4,<0.6 #115

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Changelog

Sourced from pytest-instafail's changelog.

0.5.0 (March 31, 2023) ^^^^^^^^^^^^^^^^^^^^^^

  • Use pytest.hookimpl to configure hooks, avoiding a deprecation warning in pytest 7.2.0.
  • Dropped support for Python 3.6.
  • Added support for Python 3.11.

0.4.2 (June 14, 2020) ^^^^^^^^^^^^^^^^^^^^^

  • Fixed usage of deprecated pytest-xdist slave aliases (#20).
  • Fixed failing tests on pytest 5

0.4.1 (February 15, 2019) ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fixed compatibility with pytest 4.2.0. Thanks @​blueyed for the PR.

0.4.0 (May 19, 2018) ^^^^^^^^^^^^^^^^^^^^

  • Added support for Python 3.5, 3.6, and 3.7.
  • Dropped support for Python 2.7, 3.2, and 3.3.
  • Dropped support for pytest < 2.9.
  • Only rewrite lines on tty. Previously you would end up with a \r (^M) in case collecting of tests failed, and pytest's output is piped to a file. Thanks @​blueyed for the PR.
  • Support -p no:terminal (#12). Thanks @​Maratori for the PR.

0.3.0 (August 30, 2014) ^^^^^^^^^^^^^^^^^^^^^^^

  • Added support for Python 3.4
  • Added support for pytest 2.6
  • Fixed failing tests on pytest 2.6

0.2.0 (March 6, 2014) ^^^^^^^^^^^^^^^^^^^^^

  • Dropped support for Python 2.5.
  • Fixed stacktrace printed twice when using PDB.
  • Fixed internal error when a test marked as xfailing unexpectedly passes (David Szotten).

0.1.1 (November 9, 2013) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Made pytest-instafail compatible with pytest-xdist_'s test parallelization (Ronny Pfannschmidt).

... (truncated)

Commits
  • aab3a1e Bump version
  • 0acca52 Add support for Python 3.11
  • aecd330 Update Github actions to use Environment Files
  • d5f94de Update actions to Node.js 16
  • bb329fe Drop support for Python 3.6
  • 7d997d6 Use pytest.hookimpl to configure hooks
  • 99c7aeb Fix checks failing on PyPy 3.6 not found
  • 1c082a0 Fix typos
  • 12268ff Merge pull request #24 from hugovk/rm-eol
  • cbef706 Upgrade Python syntax with pyupgrade --py36-plus
  • Additional commits viewable in compare view


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)
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 76.00% and project coverage change: -0.36 :warning:

Comparison is base (bfd45ed) 85.39% compared to head (f5c20a6) 85.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #115 +/- ## ========================================== - Coverage 85.39% 85.04% -0.36% ========================================== Files 3 3 Lines 315 321 +6 Branches 33 36 +3 ========================================== + Hits 269 273 +4 - Misses 40 43 +3 + Partials 6 5 -1 ``` | [Impacted Files](https://codecov.io/gh/agrc/masquerade/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc) | Coverage Δ | | |---|---|---| | [src/masquerade/main.py](https://codecov.io/gh/agrc/masquerade/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL21hc3F1ZXJhZGUvbWFpbi5weQ==) | `66.66% <33.33%> (-1.34%)` | :arrow_down: | | [src/masquerade/providers/open\_sgid.py](https://codecov.io/gh/agrc/masquerade/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL21hc3F1ZXJhZGUvcHJvdmlkZXJzL29wZW5fc2dpZC5weQ==) | `95.71% <87.50%> (+1.38%)` | :arrow_up: | | [src/masquerade/providers/web\_api.py](https://codecov.io/gh/agrc/masquerade/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL21hc3F1ZXJhZGUvcHJvdmlkZXJzL3dlYl9hcGkucHk=) | `90.78% <100.00%> (-1.11%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Looks like pytest-instafail is no longer updatable, so this is no longer needed.