diff --git a/codebuild/release/prod-release.yml b/codebuild/release/prod-release.yml index df5afb2fc..d87d4bd47 100644 --- a/codebuild/release/prod-release.yml +++ b/codebuild/release/prod-release.yml @@ -25,7 +25,6 @@ phases: fi build: commands: - - tox -e park - tox -e release batch: diff --git a/codebuild/release/test-release.yml b/codebuild/release/test-release.yml index cab56a9fd..8c68481dd 100644 --- a/codebuild/release/test-release.yml +++ b/codebuild/release/test-release.yml @@ -25,7 +25,6 @@ phases: fi build: commands: - - tox -e park - tox -e test-release diff --git a/decrypt_oracle/tox.ini b/decrypt_oracle/tox.ini index ce640bd32..7002877a6 100644 --- a/decrypt_oracle/tox.ini +++ b/decrypt_oracle/tox.ini @@ -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 diff --git a/park.cfg b/park.cfg deleted file mode 100644 index b5ba33ef7..000000000 --- a/park.cfg +++ /dev/null @@ -1,30 +0,0 @@ -[DEFAULT] -version: 1.0.2 -author: Amazon Web Services -author_email: aws-cryptools@amazon.com -url: http://aws-encryption-sdk-python.readthedocs.io/en/latest/ -description: Did you mean to install aws-encryption-sdk? -long_description: - This package has been parked by {author} to protect you against packages - adopting names that might be common mistakes when looking for ours. You probably - wanted to install aws-encryption-sdk. For more information, see {url}. -description_keys: - author - url - -[names] -awsencryptionsdk: -aws-encyrption-sdk: -awsencyrptionsdk: -aws-encrpytion-sdk: -awsencrpytionsdk: -aws-encrytpion-sdk: -awsencrytpionsdk: -aws-encryption: -awsencryption: -aws-encyrption: -awsencyrption: -aws-encrpytion: -awsencrpytion: -aws-encrytpion: -awsencrytpion: \ No newline at end of file diff --git a/performance_tests/tox.ini b/performance_tests/tox.ini index 1b7d073aa..8b51f98a5 100644 --- a/performance_tests/tox.ini +++ b/performance_tests/tox.ini @@ -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 diff --git a/test_vector_handlers/tox.ini b/test_vector_handlers/tox.ini index 7fe77ff50..76534e829 100644 --- a/test_vector_handlers/tox.ini +++ b/test_vector_handlers/tox.ini @@ -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 diff --git a/tox.ini b/tox.ini index 28be94a63..2a1121409 100644 --- a/tox.ini +++ b/tox.ini @@ -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