Skip to content

Commit

Permalink
fix lint and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TonySherman committed May 21, 2024
1 parent 96ca69a commit 06674ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/python/pants/backend/awslambda/python/rules_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from pants.backend.python.util_rules.faas import (
BuildPythonFaaSRequest,
PythonFaaSPex3VenvCreateExtraArgsField,
PythonFaaSPexBuildExtraArgs,
)
from pants.core.goals import package
from pants.core.goals.package import BuiltPackage
Expand Down Expand Up @@ -387,6 +388,7 @@ def test_pex3_venv_create_extra_args_are_passed_through(
layout=Mock(),
**{arg: Mock() for arg in extra_field_set_args},
pex3_venv_create_extra_args=extra_args_field,
pex_build_extra_args=PythonFaaSPexBuildExtraArgs(None, addr),
)

observed_calls = []
Expand Down
1 change: 0 additions & 1 deletion src/python/pants/backend/python/util_rules/faas_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from pants.backend.awslambda.python.target_types import rules as target_type_rules
from pants.backend.python.target_types import (
PexExtraBuildArgsField,
PythonRequirementTarget,
PythonResolveField,
PythonSourcesGeneratorTarget,
Expand Down

0 comments on commit 06674ae

Please sign in to comment.