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

Bump xdoctest from 0.14.0 to 0.15.0 #166

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2020

Bumps xdoctest from 0.14.0 to 0.15.0.

Changelog

Sourced from xdoctest's changelog.

Version 0.15.0 - Released 2020-09-11

Added

  • pip install xdoctest can now specify [colors] or [jupyter]
  • Enhanced REQUIRES directive behavior, multiple comma-separated requirements can now be listed in one directive.
  • Xdoctest can now be run inside of Jupyter notebooks / IPython sessions
  • Xdoctest can now be run on Jupyter notebooks (Note that in general it is better practice to write a module)

Fixed

  • Bug in doctest_callable where it would not populate globals from the function context.

Changed

  • Renamed Config to DoctestConfig
  • Renamed static_analysis.parse_calldefs to static_analysis.parse_static_calldefs. A temporary function with the old name is exposed for backwards compatibility.
  • Changed argument name from modpath_or_name to module_identifier in several functions. This is to better indicate its coercible nature as either a module path, a module name. This change impacts doctest_module, parse_doctestables, package_calldefs.
Commits
  • c758995 Fixup docs and issue in setup
  • 9e0bfb4 Merge pull request #85 from Erotemic/dev/0.15.0
  • 3601251 dont fail if inside notebook cells didnt run
  • 70f06a8 Updated docs and added func to double check changelog versions before releasing
  • 15cb51b Fix code highlighting on linux
  • a6a7b7f Merge pull request #84 from Erotemic/dev/doctest_jupyter
  • 5f7637d Make error into a warning on win32
  • 7b7975c Logging for win32 debug
  • 04ec3a9 wip
  • c9cd8b2 try again
  • 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)

Bumps [xdoctest](https://github.com/Erotemic/xdoctest) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/Erotemic/xdoctest/releases)
- [Changelog](https://github.com/Erotemic/xdoctest/blob/master/CHANGELOG.md)
- [Commits](Erotemic/xdoctest@0.14.0...0.15.0)

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 Sep 14, 2020
@github-actions github-actions bot merged commit 2e59f09 into master Sep 14, 2020
@dependabot dependabot bot deleted the dependabot/pip/xdoctest-0.15.0 branch September 14, 2020 05:18
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.

None yet

0 participants