=====
Features
--------
- Rely on tmpdir_factory for handling tmpdirs. Now it's cleanup should
be handled better without much of the leftovers dangling indefinitely
in the tmp directory.
- Store pidfile in fixture's temporary directory
- Support only python 3.7 and up
Backward incompatibilities
--------------------------
- Dropped `--redis-logsdir` command line option, `redis_logsdir` ini file
configuration option and `logsdir` fixture factory configuration option.
Logs will be automatically placed in fixture's temporary directory.
- Dropped `logs_prefix` argument from fixture factory argument