python3Packages.fastapi: 0.70.1 -> 0.71.0

main
Fabian Affolter 2 years ago
parent 0ff4abb6ca
commit 6ed36cfac8
  1. 6
      pkgs/development/python-modules/fastapi/default.nix

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "fastapi";
version = "0.70.1";
version = "0.71.0";
format = "flit";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "tiangolo";
repo = pname;
rev = version;
sha256 = "sha256-iwjxcAe8h38PPTTDGCxIJSB7zCS0FA0gOcKUjPpk3yg=";
sha256 = "sha256-J4j7lQm22pbwfMkQGF1s2xyFU4MCwXrAqDmRJmLmKGg=";
};
propagatedBuildInputs = [
@ -64,6 +64,8 @@ buildPythonPackage rec {
disabledTestPaths = [
# Disabled tests require orjson which requires rust nightly
"tests/test_default_response_class.py"
# Don't test docs and examples
"docs_src"
];
disabledTests = [

Loading…
Cancel
Save