aws-sam-cli: disable flaky test and add missing input

This commit is contained in:
Fabian Affolter 2024-08-18 09:22:25 +02:00
parent 7a86e245b2
commit 15d09a0b05

View File

@ -13,8 +13,6 @@ python3.pkgs.buildPythonApplication rec {
version = "1.120.0";
pyproject = true;
disabled = python3.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-sam-cli";
@ -92,6 +90,7 @@ python3.pkgs.buildPythonApplication rec {
nativeCheckInputs = with python3.pkgs; [
filelock
flaky
jaraco-text
parameterized
psutil
pytest-timeout