Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up smithy-python #195

Merged
merged 12 commits into from
Jan 16, 2024
Prev Previous commit
Next Next commit
Fix sourcing issues
JordonPhillips committed Dec 22, 2023
commit ead7300d4b3630744ef1168dff9a41db1c45f77c
2 changes: 2 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This is needed for mypy to be able to typecheck the tests properly
python_requirements(name="test-reqs", source="requirements-dev.txt")
2 changes: 0 additions & 2 deletions python-packages/smithy-aws-core/BUILD
Original file line number Diff line number Diff line change
@@ -17,8 +17,6 @@ python_distribution(
),
)

python_requirements(source="pyproject.toml")

python_requirements(
name="dev-requirements",
source="requirements-dev.txt",
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest<=7.4
freezegun<1.3.0