Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Bump xdoctest from 0.13.0 to 0.14.0 #158

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2020

Bumps xdoctest from 0.13.0 to 0.14.0.

Changelog

Sourced from xdoctest's changelog.

[Version 0.14.0] - Uneleased

Added

  • The REQUIRES directive can now inspect existence or values of environment variables.
  • Added top-level doctest_callable function, which executes the doctests of a function or class.
  • Support for NO_COLOR environment variable.

Fixed

  • IPython.embed and ipdb.launch_ipdb_on_exception now correctly work from inside doctests.
  • Small incompatibility with pytest-matrix. See #82
Commits
  • b76aa9c Merge pull request #78 from Erotemic/dev/0.14.0
  • 3428e3f Support for NO_COLOR
  • c15eec9 prototype conversion to numpy from google
  • cc32f61 Add doctest_callable function
  • fb23d93 Merge pull request #82 from Erotemic/dev/fix-pytest-matrix
  • 8a9534d Add cls to XDoctestItem to support pytest-matrix
  • 463f3e0 Update help docs
  • 326a779 Fix coverage
  • c5beff3 Fix coverage
  • 5ad9f84 Fix CaptureStdout so it doesn't break embedding shells
  • Additional commits viewable in compare view

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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 27, 2020
@github-actions github-actions bot merged commit 4d78d94 into master Aug 27, 2020
@dependabot dependabot bot deleted the dependabot/pip/xdoctest-0.14.0 branch August 27, 2020 05:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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