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 - 1.9.3

Published by goneri about 5 years ago

Update and freeze requirements.

default-test-container - 1.9.2

Published by samdoran about 5 years ago

  • Python 3.8.0b4 (automatic due to use of deadsnakes package)
  • pip 19.2.3 (fixes handling of file://localhost/ URIs to allow vmware automation SDK install)
default-test-container - 1.9.1

Published by samdoran about 5 years ago

  • Use Python 3.8 from deadsnakes (Python 3.8.0b3).
  • Update Python libraries.
default-test-container - 1.9.0

Published by mattclay about 5 years ago

Update the base container image from Ubuntu 16.04 to Ubuntu 18.04.

default-test-container - 1.8.2

Published by samdoran over 5 years ago

  • Update to Python 3.8.0b2.
  • Constrain libxml, pyyaml, and ruamel.yaml for Python 3.8 due to Cython changes.
default-test-container - 1.8.1

Published by samdoran over 5 years ago

  • Update constraints
  • Remove lxml hack
  • Update freeze files
default-test-container - 1.8.0

Published by mattclay over 5 years ago

  • Update and re-freeze requirements from ansible/ansible.
  • Upgrade from Python 3.8.0a3 to 3.8.0b1.
  • Add libyaml and verify PyYAML uses it.
  • Add temporary work-around for lxml on Python 3.8.0b1.
default-test-container - 1.7.0

Published by mattclay over 5 years ago

  • Update and freeze the latest requirements from ansible/ansible.
  • Update the .NET Core SDK from 2.1.4 to 2.2.
  • Update from Python 3.8.0a2 to 3.8.0a3.
  • Move the Python 3.8 binaries from /usr/local/bin to /usr/bin.
  • Run pip check after installing requirements.
  • Improve error handling during the freeze process.
default-test-container - 1.6.0

Published by mattclay over 5 years ago

  • Update from Python 3.8.0a1 to Python 3.8.0a2
  • Update requirements from ansible/ansible and re-freeze
  • Add g++ and openssh-server packages
default-test-container - 1.5.2

Published by mattclay over 5 years ago

Update requirements and freeze.

The most notable update is for pytest 3.9.3 -> 4.2.1 on Python 2.7 and later.

default-test-container - 1.5.1

Published by mattclay over 5 years ago

  • Update and freeze requirements.
default-test-container - 1.5.0

Published by mattclay over 5 years ago

  • Add Python 3.8 Alpha 1.
  • Improve output and maintainability of requirements script.
  • Update and freeze requirements.
default-test-container - 1.4.1

Published by mattclay about 6 years ago

Temporarily limit sphinx to version 1.7.9 to maintain compatibility with rstcheck.

default-test-container - 1.4.0

Published by mattclay about 6 years ago

Updated to the latest requirements from the ansible/ansible repository. Notable changes:

  • Upgraded pylint to the latest version (2.1.1).
  • Removed pylint from Python 2.x installations.
default-test-container - 1.3.0

Published by mattclay about 6 years ago

  • The default pip python version now matches the default python (3.6 instead of 3.7).
  • Requirements installation on Python 2.6 no longer fails during PyNaCl installation.
default-test-container - 1.2.0

Published by mattclay about 6 years ago

Updated to the latest requirements ansible/ansible.

default-test-container - 1.1.0

Published by mattclay about 6 years ago

Requirements installed by pip are now frozen to facilitate more reproducible builds in the future.

default-test-container - 1.0.0

Published by mattclay about 6 years ago

Initial release imported from ansible/ansible with some modifications to permit tests to pass.