python3Packages.pipenv-poetry-migrate: fix test (#458903)

This commit is contained in:
Sandro
2025-11-07 17:28:33 +00:00
committed by GitHub
@@ -18,16 +18,16 @@ python3Packages.buildPythonApplication rec {
build-system = [ python3Packages.poetry-core ];
pythonRelaxDeps = [
"typer"
];
dependencies = with python3Packages; [
setuptools # for pkg_resources
tomlkit
typer
];
# typer for Click >= 8.2 removed "mix_stderr", upstream pins to 8.1.8
# https://typer.tiangolo.com/release-notes/#0160
disabledTestPaths = [ "tests/test_cli.py" ];
nativeCheckInputs = [ python3Packages.pytestCheckHook ];
meta = {