-
Notifications
You must be signed in to change notification settings - Fork 191
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
Changelog:All: Bump pytest-html from 3.0.0 to 3.1.0 in /tests/acceptance #1202
Merged
lluiscampos
merged 1 commit into
master
from
dependabot/pip/tests/acceptance/pytest-html-3.1.0
Dec 7, 2020
Merged
Changelog:All: Bump pytest-html from 3.0.0 to 3.1.0 in /tests/acceptance #1202
lluiscampos
merged 1 commit into
master
from
dependabot/pip/tests/acceptance/pytest-html-3.1.0
Dec 7, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/pytest-dev/pytest-html/releases) - [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-html@v3.0.0...v3.1.0) Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Dec 7, 2020
lluiscampos
approved these changes
Dec 7, 2020
dependabot
bot
deleted the
dependabot/pip/tests/acceptance/pytest-html-3.1.0
branch
December 7, 2020 12:45
unsubscribe
From: dependabot[bot] <notifications@github.com>
Sent: Monday, December 7, 2020 1:41 AM
To: mendersoftware/meta-mender <meta-mender@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [mendersoftware/meta-mender] Changelog:All: Bump pytest-html from 3.0.0 to 3.1.0 in /tests/acceptance (#1202)
Bumps pytest-html <https://github.com/pytest-dev/pytest-html> from 3.0.0 to 3.1.0.
Changelog
Sourced from pytest-html's changelog <https://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst> .
Release Notes
3.1.0 (2020-12-2)
* Stop attaching test reruns to final test report entries ([#374](pytest-dev/pytest-html#374) <pytest-dev/pytest-html#374>_)
* Thanks to @VladimirPodolyan <https://github.com/VladimirPodolyan>_ for reporting and @gnikonorov <https://github.com/gnikonorov>_ for the fix
* Allow for report duration formatting ([#376](pytest-dev/pytest-html#376) <pytest-dev/pytest-html#376>_)
* Thanks to @brettnolan <https://github.com/brettnolan>_ for reporting and @gnikonorov <https://github.com/gnikonorov>_ for the fix
3.0.0 (2020-10-28)
* Respect --capture=no, --show-capture=no, and -s pytest flags ([#171](pytest-dev/pytest-html#171) <pytest-dev/pytest-html#171>_)
* Thanks to @bigunyak <https://github.com/bigunyak>_ for reporting and @gnikonorov <https://github.com/gnikonorov>_ for the fix
* Make the Results table Links column sortable ([#242](pytest-dev/pytest-html#242) <pytest-dev/pytest-html#242>_)
* Thanks to @vashirov <https://github.com/vashirov>_ for reporting and @gnikonorov <https://github.com/gnikonorov>_ for the fix
* Fix issue with missing image or video in extras. ([#265](pytest-dev/pytest-html#265) <pytest-dev/pytest-html#265>_ and pytest-selenium#237 <pytest-dev/pytest-selenium#237>_)
* Thanks to @p00j4 <https://github.com/p00j4>_ and @anothermattbrown <https://github.com/anothermattbrown>_ for reporting and @christiansandberg <https://github.com/christiansandberg>_ and @superdodd <https://github.com/superdodd>_ and @dhalperi <https://github.com/dhalperi>_ for the fix
* Fix attribute name for compatibility with pytest-xdist 2. ([#305](pytest-dev/pytest-html#305) <pytest-dev/pytest-html#305>_)
* Thanks to @Zac-HD <https://github.com/Zac-HD>_ for the fix
* Post process HTML generation to allow teardown to appear in the HTML output. ([#131](pytest-dev/pytest-html#131) <pytest-dev/pytest-html#131>_)
* Thanks to @iwanb <https://github.com/iwanb>_ for reporting and @csm10495 <https://github.com/csm10495>_ for the fix
2.1.1 (2020-03-18)
* Fix issue with funcargs causing failures. ([#282](pytest-dev/pytest-html#282) <pytest-dev/pytest-html#282>_)
* Thanks to @ssbarnea <https://github.com/ssbarnea>_ for reporting and @christiansandberg <https://github.com/christiansandberg>_ for the fix
2.1.0 (2020-03-09)
* Added support for MP4 video format. ([#260](pytest-dev/pytest-html#260) <pytest-dev/pytest-html#260>_)
* Thanks to @ExaltedBagel <https://github.com/ExaltedBagel>_ for the PR
* Added support for sorting metadata by key. ([#245](pytest-dev/pytest-html#245) <pytest-dev/pytest-html#245>_)
* Thanks to @ssbarnea <https://github.com/ssbarnea>_ for reporting and @ExaltedBagel <https://github.com/ExaltedBagel>_ for the fix
... (truncated)
Commits
* <pytest-dev/pytest-html@38db4e3> 38db4e3 Update release date for latest version (#394 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/394> )
* <pytest-dev/pytest-html@b9fb0a0> b9fb0a0 Fix readme typos (#398 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/398> )
* <pytest-dev/pytest-html@0e82906> 0e82906 Use scss (#385 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/385> )
* <pytest-dev/pytest-html@2bb2010> 2bb2010 Stop attaching test reruns to final test report entries (#387 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/387> )
* <pytest-dev/pytest-html@3f63686> 3f63686 Move sources to src dir (#384 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/384> )
* <pytest-dev/pytest-html@9c9bd27> 9c9bd27 Disable codecov PR comments (#382 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/382> )
* <pytest-dev/pytest-html@b57ca0b> b57ca0b Allow for report duration formatting (#380 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/380> )
* <pytest-dev/pytest-html@67d2135> 67d2135 Add codecov badge to readme (#379 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/379> )
* <pytest-dev/pytest-html@f2aae7d> f2aae7d Add codecov support for python code (#370 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/370> )
* <pytest-dev/pytest-html@0372228> 0372228 Remove outdated release instruction (#371 <https://github-redirect.dependabot.com/pytest-dev/pytest-html/issues/371> )
* See full diff in compare view <pytest-dev/pytest-html@v3.0.0...v3.1.0>
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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)
_____
You can view, comment on, or merge this pull request online at:
#1202
Commit Summary
* Changelog:All: Bump pytest-html from 3.0.0 to 3.1.0 in /tests/acceptance
File Changes
* M tests/acceptance/requirements_py3.txt <https://github.com/mendersoftware/meta-mender/pull/1202/files#diff-7afda7d0211124280d42c924b191f6c4000d3704a5c63ae2b1565e672ab50429> (2)
Patch Links:
* https://github.com/mendersoftware/meta-mender/pull/1202.patch
* https://github.com/mendersoftware/meta-mender/pull/1202.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1202> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACPJOFVYMGP2JUT4IT2K2QLSTR2HVANCNFSM4UP7ZJBQ> . <https://github.com/notifications/beacon/ACPJOFWJFHA4WTXX55BQAO3STR2HVA5CNFSM4UP7ZJB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LJRNA7Q.gif>
|
Sorry, only users with push access can use that command. |
3 similar comments
Sorry, only users with push access can use that command. |
Sorry, only users with push access can use that command. |
Sorry, only users with push access can use that command. |
Looks like this PR has already been merged! |
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
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pytest-html from 3.0.0 to 3.1.0.
Changelog
Sourced from pytest-html's changelog.
... (truncated)
Commits
38db4e3
Update release date for latest version (#394)b9fb0a0
Fix readme typos (#398)0e82906
Use scss (#385)2bb2010
Stop attaching test reruns to final test report entries (#387)3f63686
Move sources tosrc
dir (#384)9c9bd27
Disable codecov PR comments (#382)b57ca0b
Allow for report duration formatting (#380)67d2135
Add codecov badge to readme (#379)f2aae7d
Add codecov support for python code (#370)0372228
Remove outdated release instruction (#371)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)