-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
area/workflow/python_pipmaintainer/need-responsestage/prHas a PR ready for reviewHas a PR ready for reviewtype/featureFeature requestFeature request
Description
Description:
It is helpful for applications to sometimes structure themselves as multiple, separate packages. sam build
currently can't require those local packages because the pip subprocess is run outside of the requirements.txt's directory.
Steps to reproduce the issue:
- Init a sam project. Create a sub-package
mypackage
with its own setup.py. - Add
./mypackages
to your requriements.txt - Run
sam build
Observed result:
Sam cannot find the local package ./mypackage
Note: this does work currently when sam build --use-container
Expected result:
Sam would find, and install the local package ./mypackage
, regardless of building in a container or not.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Metadata
Metadata
Assignees
Labels
area/workflow/python_pipmaintainer/need-responsestage/prHas a PR ready for reviewHas a PR ready for reviewtype/featureFeature requestFeature request