-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #281 from Teemu/upgrade-linters
- Loading branch information
Showing
6 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Release type: major | ||
|
||
* Add support for pytest 8.x | ||
* Drop support for Python 3.7 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,23 +6,20 @@ authors = ["Teemu <[email protected]>", "Janne Vanhala <janne.vanhala@gmail. | |
license = "BSD 3-Clause" | ||
readme = "README.md" | ||
keywords = ["testing", "pytest", "plugin"] | ||
|
||
repository = "https://github.com/Teemu/pytest-sugar" | ||
|
||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Development Status :: 5 - Production/Stable", | ||
"Environment :: Console", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: BSD License", | ||
"Operating System :: POSIX", | ||
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: MacOS :: MacOS X", | ||
"Operating System :: OS Independent", | ||
"Topic :: Software Development :: Testing", | ||
"Topic :: Software Development :: Libraries", | ||
"Topic :: Utilities", | ||
] | ||
|
||
[tool.poetry.urls] | ||
"Tracker" = "https://github.com/Teemu/pytest-sugar/issues" | ||
Homepage = "https://github.com/Teemu/pytest-sugar" | ||
"Issue Tracker" = "https://github.com/Teemu/pytest-sugar/issues" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8.1,<4.0" | ||
|
@@ -31,9 +28,9 @@ termcolor = ">=2.1.0" | |
packaging = ">=21.3" | ||
|
||
[tool.poetry.dev-dependencies] | ||
black = "^23.0" | ||
flake8 = "^6.0" | ||
isort = "^5.12" | ||
black = "^24.0" | ||
flake8 = "^7.0" | ||
isort = "^5.13" | ||
|
||
[tool.autopub] | ||
project-name = "pytest-sugar" | ||
|
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