Skip to content

Bump pytest from 7.1.2 to 7.1.3#7

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pytest-7.1.3
Closed

Bump pytest from 7.1.2 to 7.1.3#7
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pytest-7.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2022

Copy link
Copy Markdown

Bumps pytest from 7.1.2 to 7.1.3.

Release notes

Sourced from pytest's releases.

7.1.3

pytest 7.1.3 (2022-08-31)

Bug Fixes

  • #10060: When running with --pdb, TestCase.tearDown is no longer called for tests when the class has been skipped via unittest.skip or pytest.mark.skip.
  • #10190: Invalid XML characters in setup or teardown error messages are now properly escaped for JUnit XML reports.
  • #10230: Ignore .py files created by pyproject.toml-based editable builds introduced in pip 21.3.
  • #3396: Doctests now respect the --import-mode flag.
  • #9514: Type-annotate FixtureRequest.param as Any as a stop gap measure until 8073{.interpreted-text role="issue"} is fixed.
  • #9791: Fixed a path handling code in rewrite.py that seems to work fine, but was incorrect and fails in some systems.
  • #9917: Fixed string representation for pytest.approx{.interpreted-text role="func"} when used to compare tuples.

Improved Documentation

  • #9937: Explicit note that tmpdir{.interpreted-text role="fixture"} fixture is discouraged in favour of tmp_path{.interpreted-text role="fixture"}.

Trivial/Internal Changes

Commits
  • 4645bcd Remove incorrect output in how-to/fixtures.rst
  • fadfb4f Prepare release version 7.1.3
  • ab96ea8 Merge pull request #10258 from pytest-dev/backport-10252-to-7.1.x
  • fc0e024 [7.1.x] Fix regendoc
  • 8f5088f Merge pull request #10249 from pytest-dev/backport-10231-to-7.1.x
  • aae93d6 Ignore type-errors related to attr.asdict
  • 71b79fc [7.1.x] Ignore editable installation modules
  • 89f7518 Merge pull request #10222 from pytest-dev/backport-10171-to-7.1.x
  • 88fc45b [7.1.x] Update fixtures.rst w/ finalizer order
  • d0b53d6 Merge pull request #10221 from pytest-dev/backport-10217-to-7.1.x
  • 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 [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.1.2...7.1.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 20, 2022
davidtauriello pushed a commit that referenced this pull request Oct 2, 2022
# This is the 1st commit message:

Add type hints to pluginClassMethods

# This is the commit message #2:

Add type hints

# This is the commit message #3:

Save progress

# This is the commit message #4:

Add type hints for ancillary files

# This is the commit message #5:

Save progress in arelle/ValidateXbrl.py

# This is the commit message #6:

EdgarRenderer Archive Filesource

# This is the commit message #7:

Add release drafter workflow

# This is the commit message #8:

[ESEF] Fix severity level for three checks

# This is the commit message #9:

Add flake8 to dev requirements

Run flake8 in CI/CD

Add flake8 settings for existing code base

Resolve W293 blank line contains whitespace

Resolve W391 blank line at end of file

Add flake8-noqa

Remove deps

Update setup.cfg as per review

Add filter for E275 missing whitespace after keyword

Remove unused noqa

Update tox settings

Remove deps from tox.ini

# This is the commit message #10:

Ignore .DS_Store

# This is the commit message #11:

Add type hints

# This is the commit message #12:

Add type hints for arelle/ValidateXbrl.py
davidtauriello pushed a commit that referenced this pull request Oct 2, 2022
# This is the 1st commit message:

Add type hints to pluginClassMethods

# This is the commit message #2:

Add type hints

# This is the commit message #3:

Save progress

# This is the commit message #4:

Add type hints for ancillary files

# This is the commit message #5:

Save progress in arelle/ValidateXbrl.py

# This is the commit message #6:

EdgarRenderer Archive Filesource

# This is the commit message #7:

Add release drafter workflow

# This is the commit message #8:

[ESEF] Fix severity level for three checks

# This is the commit message #9:

Add flake8 to dev requirements

Run flake8 in CI/CD

Add flake8 settings for existing code base

Resolve W293 blank line contains whitespace

Resolve W391 blank line at end of file

Add flake8-noqa

Remove deps

Update setup.cfg as per review

Add filter for E275 missing whitespace after keyword

Remove unused noqa

Update tox settings

Remove deps from tox.ini

# This is the commit message #10:

Ignore .DS_Store

# This is the commit message #11:

Add type hints

# This is the commit message #12:

Add type hints for arelle/ValidateXbrl.py

# This is the commit message #13:

Remove/replace all 're' imports

# This is the commit message #14:

Remove 're' typing

# This is the commit message #15:

Add inputs to build workflows

# This is the commit message #16:

Fix windows build matrix syntax error

# This is the commit message #17:

Builds: allow checkout action to determine default branch

# This is the commit message #18:

Windows build: apply matrix python version to build directories

# This is the commit message #19:

Cleanup whitespace

# This is the commit message #20:

Add version file

# This is the commit message #21:

Move information to pyproject.toml from setup.py

# This is the commit message #22:

Move information to pyproject.toml from setup.py

# This is the commit message #23:

Revert changes

# This is the commit message #24:

Move dependencies and optional dependencies

# This is the commit message #25:

Remove remaining code

# This is the commit message #26:

Update pyproject.toml

Co-authored-by: Austin M. Matherne <46454775+austinmatherne-wk@users.noreply.github.com>
# This is the commit message #27:

No Python 3.10

# This is the commit message #28:

Remove version, no dynamic readme

# This is the commit message #29:

Add back version to setup.py

# This is the commit message #30:

Remove indentation

# This is the commit message #31:

Remove dynamic section

# This is the commit message #32:

EdgarRenderer Archive Filesource

# This is the commit message #33:

Add release drafter workflow

# This is the commit message #34:

[ESEF] Fix severity level for three checks

# This is the commit message #35:

Add flake8 to dev requirements

Run flake8 in CI/CD

Add flake8 settings for existing code base

Resolve W293 blank line contains whitespace

Resolve W391 blank line at end of file

Add flake8-noqa

Remove deps

Update setup.cfg as per review

Add filter for E275 missing whitespace after keyword

Remove unused noqa

Update tox settings

Remove deps from tox.ini

# This is the commit message #36:

Fix version

# This is the commit message #37:

Formatting cleanup

# This is the commit message #38:

Use defined var

# This is the commit message #39:

Remove redundant returns

# This is the commit message #40:

Fix typo

# This is the commit message #41:

Show warning if update download fails.
davidtauriello pushed a commit that referenced this pull request Oct 2, 2022
# This is the 1st commit message:

Add type hints to pluginClassMethods

# This is the commit message #2:

Add type hints

# This is the commit message #3:

Save progress

# This is the commit message #4:

Add type hints for ancillary files

# This is the commit message #5:

Save progress in arelle/ValidateXbrl.py

# This is the commit message #6:

EdgarRenderer Archive Filesource

# This is the commit message #7:

Add release drafter workflow

# This is the commit message #8:

[ESEF] Fix severity level for three checks

# This is the commit message #9:

Add flake8 to dev requirements

Run flake8 in CI/CD

Add flake8 settings for existing code base

Resolve W293 blank line contains whitespace

Resolve W391 blank line at end of file

Add flake8-noqa

Remove deps

Update setup.cfg as per review

Add filter for E275 missing whitespace after keyword

Remove unused noqa

Update tox settings

Remove deps from tox.ini

# This is the commit message #10:

Ignore .DS_Store

# This is the commit message #11:

Add type hints

# This is the commit message #12:

Add type hints for arelle/ValidateXbrl.py

# This is the commit message #13:

Remove/replace all 're' imports

# This is the commit message #14:

Remove 're' typing

# This is the commit message #15:

Add inputs to build workflows

# This is the commit message #16:

Fix windows build matrix syntax error

# This is the commit message #17:

Builds: allow checkout action to determine default branch

# This is the commit message #18:

Windows build: apply matrix python version to build directories

# This is the commit message #19:

Cleanup whitespace

# This is the commit message #20:

Add version file

# This is the commit message #21:

Move information to pyproject.toml from setup.py

# This is the commit message #22:

Move information to pyproject.toml from setup.py

# This is the commit message #23:

Revert changes

# This is the commit message #24:

Move dependencies and optional dependencies

# This is the commit message #25:

Remove remaining code

# This is the commit message #26:

Update pyproject.toml

Co-authored-by: Austin M. Matherne <46454775+austinmatherne-wk@users.noreply.github.com>
# This is the commit message #27:

No Python 3.10

# This is the commit message #28:

Remove version, no dynamic readme

# This is the commit message #29:

Add back version to setup.py

# This is the commit message #30:

Remove indentation

# This is the commit message #31:

Remove dynamic section

# This is the commit message #32:

EdgarRenderer Archive Filesource

# This is the commit message #33:

Add release drafter workflow

# This is the commit message #34:

[ESEF] Fix severity level for three checks

# This is the commit message #35:

Add flake8 to dev requirements

Run flake8 in CI/CD

Add flake8 settings for existing code base

Resolve W293 blank line contains whitespace

Resolve W391 blank line at end of file

Add flake8-noqa

Remove deps

Update setup.cfg as per review

Add filter for E275 missing whitespace after keyword

Remove unused noqa

Update tox settings

Remove deps from tox.ini

# This is the commit message #36:

Fix version

# This is the commit message #37:

Formatting cleanup

# This is the commit message #38:

Use defined var

# This is the commit message #39:

Remove redundant returns

# This is the commit message #40:

Fix typo

# This is the commit message #41:

Show warning if update download fails.

# This is the commit message #42:

Add typing to Updater

# This is the commit message #43:

Change update dialog to ok cancel

# This is the commit message #44:

Remove unnecessary local imports

# This is the commit message #45:

Notify user if updates can't be installed

Displays info dialog if platform not supported by updater or offline mode is enabled.

# This is the commit message #46:

Show warnings for update failures

# This is the commit message #47:

Set updater thread daemon in init

# This is the commit message #48:

Add explicit date version parsing

# This is the commit message #49:

Mark internal updater functions private

This is technically an API breaking change, but updater was previously
broken.

# This is the commit message #50:

Move updater background threading into dedicated functions

# This is the commit message #51:

Test updater

# This is the commit message #52:

Remove unsupported platforms from updater installer

linux doesn't have an update URL and isn't supported by the updater.

# This is the commit message #53:

linting
@dependabot @github

dependabot Bot commented on behalf of github Oct 31, 2022

Copy link
Copy Markdown
Author

Superseded by #33.

@dependabot dependabot Bot closed this Oct 31, 2022
@dependabot dependabot Bot deleted the dependabot/pip/pytest-7.1.3 branch October 31, 2022 00:42
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants