Skip to content

Commit 349bee3

Browse files
committed
python3Packages.typer: 0.17.4 -> 0.19.2
Diff: fastapi/typer@0.17.4...0.19.2 Changelog: https://github.com/tiangolo/typer/releases/tag/0.19.2
1 parent dbef4cf commit 349bee3

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

pkgs/development/python-modules/typer/default.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
buildPythonPackage 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 = {

0 commit comments

Comments
 (0)