python310Packages.sanic: 22.6.2 -> 22.9.1
Changelog: https://github.com/sanic-org/sanic/releases/tag/v22.9.1
This commit is contained in:
parent
7b0119eb07
commit
ecc39e9153
1 changed files with 9 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "sanic";
|
||||
version = "22.6.2";
|
||||
version = "22.9.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
|||
owner = "sanic-org";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-krEQd0ak9Uua+r+pYmLStlizgE4HmZBO8Q0I2/gWAwU=";
|
||||
hash = "sha256-KbcHnAdr59hk7W36BiTb/hD74ktj/DGzq1vcuZ/lGfQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -104,6 +104,13 @@ buildPythonPackage rec {
|
|||
"test_keep_alive_client_timeout"
|
||||
"test_keep_alive_server_timeout"
|
||||
"test_zero_downtime"
|
||||
# TLS tests
|
||||
"test_missing_sni"
|
||||
"test_no_matching_cert"
|
||||
"test_wildcards"
|
||||
# They thtow execptions
|
||||
"test_load_app_simple"
|
||||
"worker/test_loader.py"
|
||||
# broke with ujson 5.4 upgrade
|
||||
# https://github.com/sanic-org/sanic/pull/2504
|
||||
"test_json_response_json"
|
||||
|
|
Loading…
Reference in a new issue