-
-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove WatchGod * Readd missing pragma * Add py-darwin coverage
- Loading branch information
Showing
7 changed files
with
64 additions
and
284 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ license = "BSD-3-Clause" | |
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "Tom Christie", email = "[email protected]" }, | ||
{ name = "Marcelo Trylesinski", email = "[email protected]" } | ||
{ name = "Marcelo Trylesinski", email = "[email protected]" }, | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
|
@@ -60,11 +60,7 @@ Source = "https://github.com/encode/uvicorn" | |
path = "uvicorn/__init__.py" | ||
|
||
[tool.hatch.build.targets.sdist] | ||
include = [ | ||
"/uvicorn", | ||
"/tests", | ||
"/requirements.txt", | ||
] | ||
include = ["/uvicorn", "/tests", "/requirements.txt"] | ||
|
||
[tool.ruff] | ||
line-length = 120 | ||
|
@@ -94,10 +90,9 @@ addopts = "-rxXs --strict-config --strict-markers" | |
xfail_strict = true | ||
filterwarnings = [ | ||
"error", | ||
'ignore: \"watchgod\" is deprecated\, you should switch to watchfiles \(`pip install watchfiles`\)\.:DeprecationWarning', | ||
"ignore:Uvicorn's native WSGI implementation is deprecated.*:DeprecationWarning", | ||
"ignore: 'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning", | ||
"ignore: remove second argument of ws_handler:DeprecationWarning:websockets" | ||
"ignore: remove second argument of ws_handler:DeprecationWarning:websockets", | ||
] | ||
|
||
[tool.coverage.run] | ||
|
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
Oops, something went wrong.