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

Bump pytest-doctestplus from 0.9.0 to 1.0.0 in /requirements #18754

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps pytest-doctestplus from 0.9.0 to 1.0.0.

Release notes

Sourced from pytest-doctestplus's releases.

v1.0.0

What's Changed

New Contributors

Full Changelog: scientific-python/pytest-doctestplus@v0.13.0...v1.0.0

v0.13.0

What's Changed

New Contributors

Full Changelog: scientific-python/pytest-doctestplus@v0.12.1...v0.13.0

v0.12.1 Release Notes

Also see CHANGES.rst.

What's Changed

New Contributors

Full Changelog: scientific-python/pytest-doctestplus@v0.12.0...v0.12.1

v0.12.0 Release Notes

Also see CHANGES.rst.

What's Changed

... (truncated)

Changelog

Sourced from pytest-doctestplus's changelog.

1.0.0 (2023-08-11)

  • Changing GitHub organization.

0.13.0 (2023-06-07)

  • Compatibility with pytest 7.4 with respect to norecursedirs handling. #201

  • Respect --doctest-continue-on-failure flag. #197

  • Report doctests raising skip exceptions as skipped. #196

0.12.1 (2022-09-26)

  • Allow floating point comparison in Python dictionary. #186

0.12.0 (2022-02-25)

0.11.2 (2021-12-09)

  • Fix version check for pytest 7.0.0rc1. #171

  • Recognize text beginning with <!-- as a comment for Markdown (.md) files. #169

0.11.1 (2021-11-16)

  • Fixed compatibility with pytest-dev. #168

0.11.0 (2021-09-20)

  • Added support for testcleanup and documented existing support for testsetup. #165

0.10.1 (2021-07-20)

  • Fix the doctestplus sphinx extension to recognize the doctest-remote-data directive. #162

... (truncated)

Commits
  • 207501e Finalizing changelog for v1.0.0
  • f5016f3 Merge pull request #215 from bsipocz/CI_fix_release_action
  • b96c707 CI: make sure we install test requirements before testing
  • 39243d0 DOC: minor docs cleanup
  • d671de0 Merge pull request #213 from bsipocz/MAINT_fix_80dev
  • 649df32 MAINT: fix pytest 8.0dev compatibility
  • a893bb4 Merge pull request #211 from bsipocz/ci_np_2.0
  • e085312 CI: use numpy printoptions in testing
  • 92b408f Merge pull request #207 from bsipocz/CI_more_versions
  • 19685dc CI: more version
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

📚 Documentation preview 📚: https://pytorch-lightning--18754.org.readthedocs.build/en/18754/

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

cc @Borda

Bumps [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) from 0.9.0 to 1.0.0.
- [Release notes](https://github.com/scientific-python/pytest-doctestplus/releases)
- [Changelog](https://github.com/scientific-python/pytest-doctestplus/blob/main/CHANGES.rst)
- [Commits](scientific-python/pytest-doctestplus@0.9.0...v1.0.0)

---
updated-dependencies:
- dependency-name: pytest-doctestplus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ci Continuous Integration label Oct 9, 2023
@dependabot dependabot bot requested a review from a team October 9, 2023 01:39
@github-actions github-actions bot added app (removed) Generic label for Lightning App package dependencies Pull requests that update a dependency file and removed ci Continuous Integration labels Oct 9, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2023

⚡ Required checks status: All passing 🟢

Groups summary

🟢 lightning_app: Tests workflow
Check ID Status
app-pytest (macOS-11, lightning, 3.8, latest) success
app-pytest (macOS-11, lightning, 3.8, oldest) success
app-pytest (macOS-11, app, 3.9, latest) success
app-pytest (macOS-12, app, 3.11, latest) success
app-pytest (ubuntu-20.04, lightning, 3.8, latest) success
app-pytest (ubuntu-20.04, lightning, 3.8, oldest) success
app-pytest (ubuntu-20.04, app, 3.9, latest) success
app-pytest (ubuntu-22.04, app, 3.11, latest) success
app-pytest (windows-2022, lightning, 3.8, latest) success
app-pytest (windows-2022, lightning, 3.8, oldest) success
app-pytest (windows-2022, app, 3.8, latest) success
app-pytest (windows-2022, app, 3.11, latest) success

These checks are required after the changes to requirements/app/test.txt.

🟢 lightning_app: Examples
Check ID Status
app-examples (macOS-11, lightning, 3.9, latest) success
app-examples (macOS-11, lightning, 3.9, oldest) success
app-examples (macOS-11, app, 3.9, latest) success
app-examples (ubuntu-20.04, lightning, 3.9, latest) success
app-examples (ubuntu-20.04, lightning, 3.9, oldest) success
app-examples (ubuntu-20.04, app, 3.9, latest) success
app-examples (windows-2022, lightning, 3.9, latest) success
app-examples (windows-2022, lightning, 3.9, oldest) success
app-examples (windows-2022, app, 3.9, latest) success

These checks are required after the changes to requirements/app/test.txt.

🟢 lightning_app: Docs
Check ID Status
docs-make (app, doctest) success
docs-make (app, html) success

These checks are required after the changes to requirements/app/test.txt.

🟢 mypy
Check ID Status
mypy success

These checks are required after the changes to requirements/app/test.txt.

🟢 install
Check ID Status
install-pkg (ubuntu-22.04, app, 3.8) success
install-pkg (ubuntu-22.04, app, 3.11) success
install-pkg (ubuntu-22.04, fabric, 3.8) success
install-pkg (ubuntu-22.04, fabric, 3.11) success
install-pkg (ubuntu-22.04, pytorch, 3.8) success
install-pkg (ubuntu-22.04, pytorch, 3.11) success
install-pkg (ubuntu-22.04, lightning, 3.8) success
install-pkg (ubuntu-22.04, lightning, 3.11) success
install-pkg (ubuntu-22.04, notset, 3.8) success
install-pkg (ubuntu-22.04, notset, 3.11) success
install-pkg (macOS-12, app, 3.8) success
install-pkg (macOS-12, app, 3.11) success
install-pkg (macOS-12, fabric, 3.8) success
install-pkg (macOS-12, fabric, 3.11) success
install-pkg (macOS-12, pytorch, 3.8) success
install-pkg (macOS-12, pytorch, 3.11) success
install-pkg (macOS-12, lightning, 3.8) success
install-pkg (macOS-12, lightning, 3.11) success
install-pkg (macOS-12, notset, 3.8) success
install-pkg (macOS-12, notset, 3.11) success
install-pkg (windows-2022, app, 3.8) success
install-pkg (windows-2022, app, 3.11) success
install-pkg (windows-2022, fabric, 3.8) success
install-pkg (windows-2022, fabric, 3.11) success
install-pkg (windows-2022, pytorch, 3.8) success
install-pkg (windows-2022, pytorch, 3.11) success
install-pkg (windows-2022, lightning, 3.8) success
install-pkg (windows-2022, lightning, 3.11) success
install-pkg (windows-2022, notset, 3.8) success
install-pkg (windows-2022, notset, 3.11) success

These checks are required after the changes to requirements/app/test.txt.


Thank you for your contribution! 💜

Note
This comment is automatically generated and updates for 60 minutes every 180 seconds. If you have any other questions, contact carmocca for help.

@Borda
Copy link
Member

Borda commented Dec 12, 2023

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Borda Borda self-assigned this Dec 12, 2023
@awaelchli awaelchli merged commit ac8c929 into master Dec 13, 2023
83 checks passed
@awaelchli awaelchli deleted the dependabot-pip-requirements-pytest-doctestplus-1.0.0 branch December 13, 2023 05:21
@mergify mergify bot added the ready PRs ready to be merged label Dec 13, 2023
Borda pushed a commit that referenced this pull request Dec 19, 2023
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
(cherry picked from commit ac8c929)
lantiga pushed a commit that referenced this pull request Dec 20, 2023
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
(cherry picked from commit ac8c929)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app (removed) Generic label for Lightning App package dependencies Pull requests that update a dependency file ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants