pythonPackages.starlette: 0.13.6 -> 0.13.8
remove outdated comment
This commit is contained in:
parent
063692bb10
commit
4f612035e3
@ -21,19 +21,14 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "starlette";
|
pname = "starlette";
|
||||||
|
|
||||||
# This is not the latest version of Starlette, however, later
|
version = "0.13.8";
|
||||||
# versions of Starlette break FastAPI due to
|
|
||||||
# https://github.com/tiangolo/fastapi/issues/683. Please update when
|
|
||||||
# possible. FastAPI is currently Starlette's only dependent.
|
|
||||||
|
|
||||||
version = "0.13.6";
|
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "encode";
|
owner = "encode";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08d1d4qdwhi1xxag4am5ijingdyn0mbyqajs9ql5shxnybyjv321";
|
sha256 = "11i0yd8cqwscixajl734g11vf8pghki11c81chzfh8ifmj6mf9jk";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -57,6 +52,7 @@ buildPythonPackage rec {
|
|||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest --ignore=tests/test_graphql.py
|
pytest --ignore=tests/test_graphql.py
|
||||||
'';
|
'';
|
||||||
|
pythonImportsCheck = [ "starlette" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.starlette.io/";
|
homepage = "https://www.starlette.io/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user