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

chore(deps): update dependency green to v3.4.3 #291

Merged
merged 1 commit into from
Jul 9, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
green 3.2.2 -> 3.4.3 age adoption passing confidence

Release Notes

CleanCut/green (green)

v3.4.3

Compare Source

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.

v3.4.2

Compare Source

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

v3.4.1

Compare Source

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.

v3.4.0

Compare Source

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.

v3.3.0

Compare Source

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.

v3.2.6

Compare Source

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

v3.2.5

Compare Source

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

v3.2.4

Compare Source

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.

v3.2.3

Compare Source

11 Oct 2020
  • Properly clean up temporary files in some versions/platforms. Contributed by @​Icerman in #​232.
    Resolves #​228.
  • Fix an unwanted "1A" appearing at the beginning of test result lines in CI such as GitHub Actions
    and AppVeyor.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added chore dependencies Pull requests that update a dependency file labels Jul 9, 2023
@matfax matfax merged commit 76a999a into main Jul 9, 2023
@matfax matfax deleted the renovate/green-3.x branch July 9, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant