Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2021

Bumps pytest-doctestplus from 0.4.0 to 0.9.0.

Release notes

Sourced from pytest-doctestplus's releases.

0.9.0 Release Notes

  • Declare setuptools runtime dependency. #93
  • Add SHOW_WARNINGS flag to show warnings. #136
  • Add the doctestplus sphinx extension. #113
  • Compatibility with pytest>=6.3 [Add tree #140, #141]

0.8.0 Release Notes

New changes since 0.7.0:

  • Compatibility with pytest 6.0.0. #120
Changelog

Sourced from pytest-doctestplus's changelog.

0.9.0 (2021-01-14)

  • Declare setuptools runtime dependency #93

  • Add SHOW_WARNINGS flag to show warnings. #136

  • Add the doctestplus sphinx extension. #113

  • Compatibility with pytest>=6.3 [Add tree #140, #141]

0.8.0 (2020-07-31)

  • Compatibility with pytest 6.0.0. #120

0.7.0 (2020-05-20)

  • Added a new ini option, doctest_subpackage_requires, that can be used to skip specific subpackages based on required packages. #112

0.6.1 (2020-05-04)

  • Disabling the usage of the doctest_ignore_import_errors option to ensure no behaviour changes compared to the 0.5.0 release. #108

0.6.0 (2020-04-30)

  • Drop support for python versions earlier than 3.6. #103

  • Drop support for pytest versions earlier than 4.0. #103

  • Fix compatibility with pytest 5.4. #103

0.5.0 (2019-11-15)

  • No longer require Numpy. #69

  • Fixed a bug that caused __doctest_requires__ to not work correctly with submodules. #73

  • Fixed a limitation that meant that ELLIPSIS and FLOAT_CMP could not be used at the same time. #75

... (truncated)

Commits

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 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-doctestplus-0.9.0 branch 2 times, most recently from 0049bee to dce2be5 Compare May 24, 2021 08:12
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-doctestplus-0.9.0 branch 2 times, most recently from 0814cf9 to c0d1e9a Compare May 27, 2021 07:13
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-doctestplus-0.9.0 branch 2 times, most recently from 685dbbf to 82db615 Compare June 1, 2021 19:38
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-doctestplus-0.9.0 branch from 82db615 to ce51ac3 Compare June 16, 2021 18:25
@pep8speaks
Copy link

pep8speaks commented Jun 17, 2021

Hello @dependabot[bot]! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-06-18 06:10:12 UTC

@joshmoore
Copy link
Member

Note that edc8b25 needed to disable bench/compress_normal.py since an update of line_profiler is leading to an odd failure (variable a is not being found)

Perhaps this could be updated with something that benchmarks on each commit? (@jacksonmaxfield?)

@evamaxfield
Copy link

@joshmoore we could setup asv for "deep benchmarking". it requires a bit of complexity however. Most of the scipy libs that use it have a whole other repo for just asv. It may be good to add it to the zarr-impls repo in which case?

@joshmoore
Copy link
Member

Can definitely see having an extra repository for it. If it were in zarr_implementations then that would apply we'd track the performance for the small number of tests (currently 1) for all implementations, rather than a number of tests for this one repo, right?

@evamaxfield
Copy link

Yea I would say adding benchmarks for all impls would be great but since they are in other languages it would be weird to benchmark a subprocess... Hmmm. Maybe need to think.

@joshmoore
Copy link
Member

Captured the remaining issue as #785

@joshmoore joshmoore merged commit a836367 into master Jun 18, 2021
@joshmoore joshmoore deleted the dependabot/pip/pytest-doctestplus-0.9.0 branch June 18, 2021 15:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants