Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion codebuild/release/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ phases:
fi
build:
commands:
- tox -e park
- tox -e release

batch:
Expand Down
1 change: 0 additions & 1 deletion codebuild/release/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ phases:
fi
build:
commands:
- tox -e park
- tox -e test-release


Expand Down
8 changes: 0 additions & 8 deletions decrypt_oracle/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,6 @@ commands =
{[testenv:pylint-tests]commands}

# Release tooling
[testenv:park]
basepython = python3
skip_install = true
deps =
pypi-parker
setuptools
commands = python setup.py park

[testenv:build]
basepython = python3
skip_install = true
Expand Down
30 changes: 0 additions & 30 deletions park.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions performance_tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,6 @@ commands =
{[testenv:bandit]commands}

# Release tooling
[testenv:park]
basepython = python3
skip_install = true
deps = -r../dev_requirements/release-requirements.txt
commands = python setup.py park

[testenv:build]
basepython = python3
skip_install = true
Expand Down
6 changes: 0 additions & 6 deletions test_vector_handlers/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,6 @@ commands =
{[testenv:pylint-tests]commands}

# Release tooling
[testenv:park]
basepython = python3
skip_install = true
deps = -r../dev_requirements/release-requirements.txt
commands = python setup.py park

[testenv:build]
basepython = python3
skip_install = true
Expand Down
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,6 @@ commands =
python -m http.server {posargs}

# Release tooling
[testenv:park]
basepython = python3
skip_install = true
deps = -rdev_requirements/release-requirements.txt
commands = python setup.py park

[testenv:build]
basepython = python3
skip_install = true
Expand Down