Skip to content

Commit e30e19c

Browse files
committed
more missed name conversions
1 parent 7d47a32 commit e30e19c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

decrypt_oracle/tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ deps = {[testenv:mypy-common]deps}
105105
commands =
106106
python -m mypy \
107107
--linecoverage-report build \
108-
src/aws_encryption_sdk_decryption_oracle/ \
108+
src/aws_encryption_sdk_decrypt_oracle/ \
109109
{posargs}
110110
{[testenv:mypy-coverage]commands}
111111

@@ -116,7 +116,7 @@ commands =
116116
python -m mypy \
117117
--py2 \
118118
--linecoverage-report build \
119-
src/aws_encryption_sdk_decryption_oracle/ \
119+
src/aws_encryption_sdk_decrypt_oracle/ \
120120
{posargs}
121121
{[testenv:mypy-coverage]commands}
122122

@@ -130,7 +130,7 @@ deps =
130130
flake8-print>=3.1.0
131131
commands =
132132
flake8 \
133-
src/aws_encryption_sdk_decryption_oracle/ \
133+
src/aws_encryption_sdk_decrypt_oracle/ \
134134
setup.py \
135135
#doc/conf.py \
136136
{posargs}
@@ -157,7 +157,7 @@ deps =
157157
commands =
158158
pylint \
159159
--rcfile=src/pylintrc \
160-
src/aws_encryption_sdk_decryption_oracle/ \
160+
src/aws_encryption_sdk_decrypt_oracle/ \
161161
setup.py \
162162
{posargs}
163163

@@ -178,7 +178,7 @@ deps =
178178
black
179179
commands =
180180
black --line-length 120 \
181-
src/aws_encryption_sdk_decryption_oracle/ \
181+
src/aws_encryption_sdk_decrypt_oracle/ \
182182
setup.py \
183183
#doc/conf.py \
184184
test/ \
@@ -247,13 +247,13 @@ basepython = python3
247247
deps =
248248
# Pull bandit from github because they haven't published 1.4.1 to pypi yet
249249
git+git://github.com/PyCQA/bandit.git@master
250-
commands = bandit -r src/aws_encryption_sdk_decryption_oracle/
250+
commands = bandit -r src/aws_encryption_sdk_decrypt_oracle/
251251

252252
# Prone to false positives: only run independently
253253
[testenv:vulture]
254254
basepython = python3
255255
deps = vulture
256-
commands = vulture src/aws_encryption_sdk_decryption_oracle/
256+
commands = vulture src/aws_encryption_sdk_decrypt_oracle/
257257

258258
[testenv:linters]
259259
basepython = python3

0 commit comments

Comments
 (0)