Releases: avast/pytest-docker
Releases · avast/pytest-docker
Version 0.10.2
Changes:
- Allow higher version of
attrs
(21.0)
Version 0.10.1
- Changes:
- Allow higher version of
attrs
- Allow higher version of
Version 0.10.0
Changes:
- Drop Python3.5 support
Version 0.9.0
Changes:
- Add the docker_cleanup
fixture to allow custom cleanup actions for
docker-compose
Version 0.8.0
Remove support for Python2 (couple of small changes regarding bytes/strings)
Changing package description files
migrate to setup.cfg/setup.py combination
add pylint and pycodestyle checks
Changing TravisCI configuration
add tests for Python versions 3.5 to 3.8
add PYPi deployment section
Move some things around.
Fixes #41
v0.7.2: Update package description
Update README
Update travis settings
Packaging related fixes
Version 0.7.1 Minor packaging related fixes
v0.7.0: Cleanup (#42)
Remove the fallback method that allowed running without Docker
Package cleanup
Fix problems with attrs
dependency