Skip to content

Commit

Permalink
Include localstack-core[runtime] in dev install target
Browse files Browse the repository at this point in the history
This makes getting started with the project easier, and less confusing.
  • Loading branch information
simonrw committed Oct 25, 2024
1 parent 3ca2d54 commit 03a98e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
sudo apt-get install -y libsasl2-dev
make install
# Note: currently required to import snapshot utils from localstack
# TODO remove once imports are better organized in localstack
. .venv/bin/activate; pip install localstack-core[runtime]
- name: Run tests
run: |
make lint
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"flake8",
"flake8-black",
"flake8-isort",
"localstack-core[runtime]",
"pytest",
"pytest-httpserver",
"localstack-snapshot",
Expand Down

0 comments on commit 03a98e7

Please sign in to comment.