File tree Expand file tree Collapse file tree
pkgs/development/python-modules/typer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929buildPythonPackage rec {
3030 pname = package ;
31- version = "0.17.4 " ;
31+ version = "0.19.2 " ;
3232 pyproject = true ;
3333
3434 src = fetchFromGitHub {
3535 owner = "fastapi" ;
3636 repo = "typer" ;
3737 tag = version ;
38- hash = "sha256-gd4GgoRnQVVmwmW5DprmNRxgjFiRRa8HB6xO9U9wHI8 =" ;
38+ hash = "sha256-mMsOEI4FpLkLkpjxjnUdmKdWD65Zx3Z1+L+XsS79k44 =" ;
3939 } ;
4040
4141 env . TIANGOLO_BUILD_PACKAGE = package ;
@@ -80,12 +80,6 @@ buildPythonPackage rec {
8080 "test_install_completion"
8181 ] ;
8282
83- disabledTestPaths = [
84- # likely click 8.2 compat issue
85- "tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002_an.py"
86- "tests/test_tutorial/test_parameter_types/test_bool/test_tutorial002.py"
87- ] ;
88-
8983 pythonImportsCheck = [ "typer" ] ;
9084
9185 meta = {
You can’t perform that action at this time.
0 commit comments