aws-sam-cli: disable flaky test and add missing input
This commit is contained in:
parent
7a86e245b2
commit
15d09a0b05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user