Skip to content

Commit 7bde086

Browse files
Update pytest requirement from ~=7.2 to ~=7.3 (#8562)
* Update pytest requirement from ~=7.2 to ~=7.3 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.2.0...7.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... * Disable import-error as attrs is no longer a test dependency --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Marc Mueller <[email protected]>
1 parent 4d46d94 commit 7bde086

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_test_min.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
astroid==2.15.2 # Pinned to a specific version for tests
44
typing-extensions~=4.5
55
py~=1.11.0
6-
pytest~=7.2
6+
pytest~=7.3
77
pytest-benchmark~=4.0
88
pytest-timeout~=2.1
99
towncrier~=22.12

tests/functional/r/regression/regression_4439.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from typing import Optional
99

10-
from attr import attrib, attrs
10+
from attr import attrib, attrs # pylint: disable=import-error
1111

1212

1313
@attrs()

0 commit comments

Comments
 (0)