tox-dev / azure-pipelines-template

template for your azure pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to specify Python patch version?

laike9m opened this issue · comments

For example, make tests run against 3.7.3 instead of the latest 3.7.4.

Sadly not at the moment as Azure doesn't provide these. Will be possible via docker though down the line.

The way things stand this is currently blocked by tox 4 👍 tox-dev/tox#1400 and then https://github.com/tox-dev/tox-via-docker

GitHub
tox plugin that uses docker containers instead of virtual environments - tox-dev/tox-via-docker

So this could be a feature in tox 4?

Yes 👍