Skip to content

Commit ee9e3f8

Browse files
authored
chore: remove uploading fake artifacts during release (#765)
1 parent 848f171 commit ee9e3f8

File tree

7 files changed

+0
-58
lines changed

7 files changed

+0
-58
lines changed

codebuild/release/prod-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ phases:
2525
fi
2626
build:
2727
commands:
28-
- tox -e park
2928
- tox -e release
3029

3130
batch:

codebuild/release/test-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ phases:
2525
fi
2626
build:
2727
commands:
28-
- tox -e park
2928
- tox -e test-release
3029

3130

decrypt_oracle/tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,6 @@ commands =
307307
{[testenv:pylint-tests]commands}
308308

309309
# Release tooling
310-
[testenv:park]
311-
basepython = python3
312-
skip_install = true
313-
deps =
314-
pypi-parker
315-
setuptools
316-
commands = python setup.py park
317-
318310
[testenv:build]
319311
basepython = python3
320312
skip_install = true

park.cfg

Lines changed: 0 additions & 30 deletions
This file was deleted.

performance_tests/tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,6 @@ commands =
180180
{[testenv:bandit]commands}
181181

182182
# Release tooling
183-
[testenv:park]
184-
basepython = python3
185-
skip_install = true
186-
deps = -r../dev_requirements/release-requirements.txt
187-
commands = python setup.py park
188-
189183
[testenv:build]
190184
basepython = python3
191185
skip_install = true

test_vector_handlers/tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,6 @@ commands =
251251
{[testenv:pylint-tests]commands}
252252

253253
# Release tooling
254-
[testenv:park]
255-
basepython = python3
256-
skip_install = true
257-
deps = -r../dev_requirements/release-requirements.txt
258-
commands = python setup.py park
259-
260254
[testenv:build]
261255
basepython = python3
262256
skip_install = true

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,6 @@ commands =
337337
python -m http.server {posargs}
338338

339339
# Release tooling
340-
[testenv:park]
341-
basepython = python3
342-
skip_install = true
343-
deps = -rdev_requirements/release-requirements.txt
344-
commands = python setup.py park
345-
346340
[testenv:build]
347341
basepython = python3
348342
skip_install = true

0 commit comments

Comments
 (0)