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 green from 3.0.0 to 3.4.3 #101

Open
wants to merge 1 commit into
base: fork
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 21, 2022

Bumps green from 3.0.0 to 3.4.3.

Changelog

Sourced from green's changelog.

Version 3.4.3

20 Sep 2022

  • If green creates a temp directory for tests, but is unable to clean it up, emit a warning instead of crashing. Some tests don't behave well in the temp directory. Resolves #264.

Version 3.4.2

23 May 2022

  • Added */dist-packages* to the default
  • The development script, ./g, now defaults to looking for python3

Version 3.4.1

20 January 2021

  • Fixed a situation where syntax errors in a test file were being silently ignored, resulting in the entire test file being omitted from the test. This would happen if the module with a syntax error was loaded via specifying a "dot name" such as mymodule.MyClass.mytest as the target to test. Now green reliably crashes in this situation. Note that this changes the behavior for syntax errors when initiated with a filename target. Previously specifying the test target as a filename such as mymodule.py that had a syntax error in it would result in converting the loading exception into a single test failure representing the inability to load a test file. Now, we simply crash on the syntax error. In practice, I believe this is an improvement...as syntax errors are easy to fix, and folks are used to hitting the crash and fixing them, while obscuring them behind a custom test failure is not only unusual, it's also a lot of work to make it happen inside green.

Version 3.4.0

12 January 2021

  • Four levels of verbosity (-vvvv on the command line or verbose=4 in the config) now displays the test method name and the test method docstring. Resolves #252.

Version 3.3.0

15 July 2021

  • Added -X NUM, --maxtasksperchild NUM to force worker processes to exit and respawn after a certain number of tasks so that we could use it in integration tests to force the condition fixed below. A "task" is typically the suite of tests from a single file.
  • Fixed processes failing to respawn on Python 3.8+. In the happy path, processes never die, so there is no problem. In the sad path, if all processes got killed before all test suites had been run then Green would hang forever with a queue of tests to run without any worker processes to run them. Resolves #250.

Version 3.2.6

25 April 2021

  • Color is now properly emitted on Windows runners in GitHub Actions. See #245.
  • Unexpected successes now count as failures like they do in unittest. Resolves #241.
  • Fix internal coverage not reporting in CI + other internal CI improvements

Version 3.2.5

23 Nov 2020

  • Fix failing/erroring SubTests not properly reporting output to stdout/stderr. Resolves #238.

Version 3.2.4

1 Nov 2020

  • Fix -j/--junit-report so that it writes to the properly-named file when specified from a config file. Contributed by @​jwaschkau in #236.
  • Fix Windows CI by dropping a broken Python 2 test.

Version 3.2.3

11 Oct 2020

  • Properly clean up temporary files in some versions/platforms. Contributed by @​Icerman in #232. Resolves #228.

... (truncated)

Commits
  • 9483a2e update cli-options
  • ad63342 bump to 3.4.3
  • 9091bf0 3.10 needs to be a string to be parsed correctly
  • b2667a9 update ci
  • 6bf8508 treat failure to remove temporary directory as a warning instead of a failure
  • 29097cf update to work for Python 3.10+
  • 4939bf8 Merge pull request #261 from timgates42/bugfix_typos
  • ad2c8ac docs: Fix a few typos
  • ddfec93 Merge pull request #260 from broadinstitute/setup
  • c9bdae7 Fix UserWarning in setup.cfg
  • 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 [green](https://github.com/CleanCut/green) from 3.0.0 to 3.4.3.
- [Release notes](https://github.com/CleanCut/green/releases)
- [Changelog](https://github.com/CleanCut/green/blob/main/CHANGELOG.md)
- [Commits](CleanCut/green@3.0.0...3.4.3)

---
updated-dependencies:
- dependency-name: green
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

0 participants