Skip to content

Commit bff7fec

Browse files
yan12125qingchm
authored andcommitted
chore: don't install integration tests (aws#1964)
1 parent c5d0ed2 commit bff7fec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ def read_requirements(req="base.txt"):
5858
url="https://github.com/awslabs/serverless-application-model",
5959
license="Apache License 2.0",
6060
# Exclude all but the code folders
61-
packages=find_packages(exclude=("tests", "tests.*", "docs", "examples", "versions")),
61+
packages=find_packages(
62+
exclude=("tests", "tests.*", "integration", "integration.*", "docs", "examples", "versions")
63+
),
6264
install_requires=read_requirements("base.txt"),
6365
include_package_data=True,
6466
extras_require={"dev": read_requirements("dev.txt")},

0 commit comments

Comments
 (0)