Skip to content

Bump robotframework-pabot from 1.10.0 to 2.1.0#102

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/robotframework-pabot-2.1.0
Closed

Bump robotframework-pabot from 1.10.0 to 2.1.0#102
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/robotframework-pabot-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 6, 2021

Bumps robotframework-pabot from 1.10.0 to 2.1.0.

Release notes

Sourced from robotframework-pabot's releases.

2 PRs merged

Fix stacktrace variable side-effect

Stacktrace listener could cause side-effect failure in specific cases. This has now been fixed by updating dependency to robotframework-stacktrace 0.4.1

Stack traces and bye bye Python 2.7

This release drops support to Python 2.7. And adds robotframework-stacktrace when running with normal robot without listeners.

So console output will be like this:

pabot tmp
2021-06-08 21:21:23.083356 [PID:3664] [0] [ID:0] EXECUTING Tmp.Testing
2021-06-08 21:21:23.394708 [PID:3664] [0] [ID:0] Execution failed in Tmp.Testing with 1 failing test(s)
==============================================================================
Tmp
==============================================================================
Tmp.Testing
==============================================================================
Testing
  Traceback (most recent call last):
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    File  ../testing.robot:2
    T:  Testing
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    File  ../testing.robot:4
      Keyer
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    File  ../testing.robot:8
      Fail    foo
______________________________________________________________________________
| FAIL |
foo
------------------------------------------------------------------------------
Tmp.Testing                                                           | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
Tmp                                                                   | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
Output:  ../pabot_results/0/output.xml
Commits
  • de8a47b Bump version to 2.1.0
  • 1c160d9 remova all travis stuff
  • e17b9a2 stop using appveyor
  • 0c7b814 replace the deprecated function inspect.getargspec to inspect.getfullargspec
  • 4337822 fix #411 merging metadata of multiple suites
  • bdbe9d4 Update pytest from 6.2.4 to 6.2.5
  • f3cd9d6 Update black from 21.7b0 to 21.8b0
  • a04e90a Update pre-commit from 2.14.0 to 2.14.1
  • b71bd53 Update README.md
  • aee5d6c Update README.md
  • 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 [robotframework-pabot](https://github.com/mkorpela/pabot) from 1.10.0 to 2.1.0.
- [Release notes](https://github.com/mkorpela/pabot/releases)
- [Commits](mkorpela/pabot@1.10.0...2.1.0)

---
updated-dependencies:
- dependency-name: robotframework-pabot
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 6, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 16, 2022

Superseded by #226.

@dependabot dependabot Bot closed this Mar 16, 2022
@dependabot dependabot Bot deleted the dependabot/pip/robotframework-pabot-2.1.0 branch March 16, 2022 19:07
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