Skip to content

Commit 44a1f6b

Browse files
committed
fix tox
1 parent 5900e43 commit 44a1f6b

File tree

1 file changed

+8
-3
lines changed
  • DynamoDbEncryption/runtimes/python

1 file changed

+8
-3
lines changed

DynamoDbEncryption/runtimes/python/tox.ini

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ allowlist_externals = poetry,ruff,black
1818
passenv = AWS_*
1919
commands_pre =
2020
poetry lock
21-
dafnytests,unit,integ: poetry install --with test
22-
legacyinteg: poetry install --with test --extras legacy-ddbec
21+
poetry install --with test
2322
commands =
2423
dafnytests: {[testenv:base-command]commands} test/internaldafny/
2524
unit: {[testenv:base-command]commands} test/unit/
2625
integ: {[testenv:base-command]commands} test/integ/encrypted/
27-
legacyinteg: {[testenv:base-command]commands} test/integ/legacy/
26+
27+
[testenv:legacyinteg]
28+
description = Run integ tests for legacy extern compatibility
29+
commands_pre =
30+
poetry lock
31+
poetry install --with test --extras legacy-ddbec
32+
commands = {[testenv:base-command]commands} test/integ/legacy/
2833

2934
[testenv:encrypted-interface-coverage]
3035
description = Run integ + unit tests for encrypted interfaces with coverage

0 commit comments

Comments
 (0)