default-test-container

Container used by ansible-test for distribution independent tests.

GPL-3.0 License

Stars
11
Committers
8

Bot releases are hidden (Show)

default-test-container - 5.6.0

Published by mattclay over 2 years ago

  • Update base image.
  • Update ansible reference.
  • Freeze requirements.
default-test-container - 5.5.0

Published by mattclay over 2 years ago

Update and freeze requirements.

default-test-container - 5.4.0

Published by mattclay almost 3 years ago

This update pulls in a new constraint for paramiko to limit it to versions prior to 2.9.0.

default-test-container - 5.3.0

Published by mattclay almost 3 years ago

Updated and froze requirements.

default-test-container - 5.2.0

Published by mattclay almost 3 years ago

  • Update the base container image to pull in PSSA version 1.20.0.
  • Update and freeze requirements.
default-test-container - 4.1.1

Published by mattclay almost 3 years ago

This release is for the stable-2.12 branch of ansible/ansible.

This release pulls in updated requirements.

default-test-container - 5.1.0

Published by mattclay almost 3 years ago

  • Update and freeze requirements.
  • Removed unused sanity requirements files from image building process.
default-test-container - 5.0.0

Published by mattclay about 3 years ago

default-test-container - 4.1.0

Published by mattclay about 3 years ago

Update the base image to include Python 3.10.0.

default-test-container - 4.0.1

Published by mattclay about 3 years ago

Update and freeze requirements.

default-test-container - 4.0.0

Published by mattclay about 3 years ago

  • The base image has been updated to use the image from https://github.com/ansible/base-test-container/
  • The scripts to build and update the container have been overhauled and converted to Python.
  • The requirements have been updated to the latest versions in the ansible/ansible devel branch.
default-test-container - 3.8.0

Published by mattclay about 3 years ago

  • Update and Freeze Requirements.
  • The most notable change in this update is the inclusion of pylint version 2.9.3.
default-test-container - 3.7.0

Published by s-hertel about 3 years ago

Rebuild with Python 3.10.0rc1

default-test-container - 3.6.0

Published by s-hertel about 3 years ago

Rebuild with Python 3.10.0b4.

default-test-container - 3.5.0

Published by mattclay over 3 years ago

  • Add Python 3.10 (currently 3.10.0b1).
  • Update requirements.
  • Freeze requirements.
default-test-container - 3.4.0

Published by mattclay over 3 years ago

Restore Python 3.6 as the default Python within the container.

default-test-container - 3.3.0

Published by mattclay over 3 years ago

  • Make Python 3.9 the default Python.
  • Use sanity requirements only for default Python.
  • Update requirements.
  • Freeze requirements.
default-test-container - 3.2.2

Published by mattclay over 3 years ago

Fix the Python 2.6 install by setting the index for easy_install.

default-test-container - 3.2.1

Published by mattclay over 3 years ago

Same release as 3.2.0.

default-test-container - 3.2.0

Published by mattclay over 3 years ago

This update includes the use of a separate package index for Python 2.6 since PyPI is dropping support for non-SNI clients.

It also includes an updated pip version for Python 3.6 and later, to bring in an updated setuptools. This resolves issues with installation of the lazy-object-proxy module.