Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps-dev): Update pytest-regressions requirement from ~=2.0.1 to >=2.0.1,<2.5.0 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

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

Changelog

Sourced from pytest-regressions's changelog.

2.4.1 (2022-09-17)

  • Compatibility fix for pytest 6.2.

2.4.0 (2022-09-16)

  • New --regen-all flag, which regenerates all files without failing the tests. Useful to regenerate all files in the test suite with a single run.
  • The public API is now fully type annotated.
  • pytest>=6.2 is now required.

2.3.1 (2022-01-18)

  • [#84](https://github.com/ESSS/pytest-regressions/issues/84) <https://github.com/ESSS/pytest-regressions/pull/84>__: (Bugfix) Properly handle empty and NaN values on num_regression and dataframe_regression.

2.3.0 (2022-01-04)

  • [#54](https://github.com/ESSS/pytest-regressions/issues/54) <https://github.com/ESSS/pytest-regressions/pull/54>__: New --with-test-class-names command-line flag to consider test class names when composing the expected and obtained data filenames. Needed when the same module contains different classes with the same method names.
  • [#72](https://github.com/ESSS/pytest-regressions/issues/72) <https://github.com/ESSS/pytest-regressions/pull/72>__: New ndarrays_regression, for comparing NumPy arrays with arbitrary shape.
  • [#74](https://github.com/ESSS/pytest-regressions/issues/74) <https://github.com/ESSS/pytest-regressions/pull/74>__: Fix empty string bug on dataframe regression.

2.2.0 (2020-01-27)

  • [#45](https://github.com/ESSS/pytest-regressions/issues/45) <https://github.com/ESSS/pytest-regressions/pull/45>__: num_regression.check now accepts any object that can be coerced to a 1d numpy array with numeric dtype (e.g. list, tuple, etc).

2.1.1 (2020-12-7)

  • [#35](https://github.com/ESSS/pytest-regressions/issues/35) <https://github.com/ESSS/pytest-regressions/pull/35>__: New dataframe_regression fixture to check pandas DataFrames directly.

Note: 2.1.0 was not deployed due to a CI error.

2.0.2 (2020-10-07)

  • [#34](https://github.com/ESSS/pytest-regressions/issues/34) <https://github.com/ESSS/pytest-regressions/pull/34>__: Fix data_regression bug that creates empty file on serializing error.

2.0.1 (2020-05-18)

  • [#28](https://github.com/ESSS/pytest-regressions/issues/28) <https://github.com/ESSS/pytest-regressions/pull/28>__: Fix num_regression bug when comparing numpy shapes.

2.0.0 (2019-09-10)

... (truncated)

Commits
  • 7b8abcf Fix compatibility with pytest 6
  • c2cfa99 Merge pull request #106 from nicoddemus/release-2.4.0
  • d5922cc Update CHANGELOG date
  • e3aa73b Use mypy for typing check and fully annotate public API
  • bfced4e Disallow untyped defs in pytest_regressions package
  • cd8274e Update CHANGELOG for the annotated public API
  • dec70e4 Use os.PathLike instead of Union[Path,str]
  • 0f9a9f1 Accept Path or str in public API
  • bb6329e Fix compare_fn handling in check_regression_fixture_workflow
  • b38205c Modernize pytest: use pytester and tmp_path in tests
  • 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)

Updates the requirements on [pytest-regressions](https://github.com/ESSS/pytest-regressions) to permit the latest version.
- [Release notes](https://github.com/ESSS/pytest-regressions/releases)
- [Changelog](https://github.com/ESSS/pytest-regressions/blob/master/CHANGELOG.rst)
- [Commits](ESSS/pytest-regressions@2.0.1...2.4.1)

---
updated-dependencies:
- dependency-name: pytest-regressions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants