Skip to content

Releases: avast/pytest-docker

Version 0.10.2

14 Jun 12:10
b29309b
Compare
Choose a tag to compare

Changes:

  • Allow higher version of attrs (21.0)

Version 0.10.1

22 Sep 09:26
55a3ed1
Compare
Choose a tag to compare
  • Changes:
    • Allow higher version of attrs

Version 0.10.0

19 Sep 06:42
5c6c9e3
Compare
Choose a tag to compare

Changes:
- Drop Python3.5 support

Version 0.9.0

17 Sep 07:28
Compare
Choose a tag to compare

Changes:
- Add the docker_cleanup fixture to allow custom cleanup actions for
docker-compose

Version 0.8.0

21 Jul 11:31
8a6767e
Compare
Choose a tag to compare

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

24 Feb 08:40
Compare
Choose a tag to compare

Update README
Update travis settings

Packaging related fixes

22 Jan 09:27
Compare
Choose a tag to compare
Version 0.7.1

Minor packaging related fixes

v0.7.0: Cleanup (#42)

22 Jan 09:01
f448883
Compare
Choose a tag to compare

Remove the fallback method that allowed running without Docker
Package cleanup
Fix problems with attrs dependency