Skip to content

Commit

Permalink
install AWS deps for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Dec 27, 2023
1 parent a00cf60 commit 40c46f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ envlist = py311
isolated_build = True

[testenv]
extras = testing
extras =
testing
aws
allowlist_externals = pytest
commands = pytest --doctest-modules

Expand Down

0 comments on commit 40c46f4

Please sign in to comment.