Skip to content

Conversation

@dependabot-preview
Copy link

Bumps nose from 1.3.0 to 1.3.7.

Changelog

Sourced from nose's changelog.

1.3.7

  • Fix loading packages from capitalised package on Windows
    Patch by Thomas Kluyver

1.3.6

  • Re-release of 1.3.5 with wheels fixed.

1.3.5

  • Fix #875: nose doesn't collect tests when subpackage is given as arg
  • Fix #809: tests not discovered for namespace packages on Windows
  • Fix #815: "ValueError: unsupported pickle protocol" with --with-id
  • Wrap the working dir path name in quotes when reporting an error.
    Patch by Őry Máté.
  • Fix #887: Fix a discrepancy in test names between Python 2 and Python 3
  • Fix #131: Use os.stat() to check if file is executable
    Patch by Arnon Yaari.
  • Fix #820 and #719: Fix coverage plugin with multiprocess
    Patch by Nicolas Grasset.

1.3.4

  • Recognize doctest options defined in other plugins
    Patch by Daniel Lepage
  • Another fix for Python 3.4: Call super in LazySuite to access
    _removed_tests variable
    Patch by Robert Kuska
  • Fix for try_run when using bound methods
    Patch by Christian Lyder Jacobsen

1.3.3

  • Fixed a minor issue with the reported version number.

1.3.2

  • Fixed an issue where build_ext was not working under setup.py nosetest
    Patch by Michael Crusoe
  • Fixed #786: generator method fails with callable instance
    Patch by Antoine Dechaume
  • Fixed a traceback when using string exceptions
  • Fixed #792: "Not a directory" error when using python setup.py nosetests
  • Fixed #779: xunit report file is written in --where directory
  • Fixed #782: Test failures with Python >= 3.3
    Patch by Dmitry Shachnev
  • Fixed #780: Fix a regression with Python 3
  • Fixed #783: try_run is broken with Python 3.4
... (truncated)
Commits
  • b3a5050 Bump version and update changelog.
  • 9d8bfcd Merge pull request #916 from takluyver:i902.
  • bd195e3 Fix some logging and formatting with a recent loader change.
  • 8c75d1d Skip the multiprocess keyboard interrupt tests on certain platforms.
  • e389b61 Fix loading packages from capitalised package on Windows
  • f349692 Bump version to 1.3.6.
  • cc6fbfb Update version in nose.
  • b0d058f Update NEWS.
  • d22b746 Update version and generated files.
  • 788eb6f Update CHANGELOG.
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [nose](https://github.com/nose-devs/nose) from 1.3.0 to 1.3.7.
- [Release notes](https://github.com/nose-devs/nose/releases)
- [Changelog](https://github.com/nose-devs/nose/blob/master/CHANGELOG)
- [Commits](nose-devs/nose@release_1.3.0...release_1.3.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 18, 2019
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.

1 participant