Tox: Globally change distshare and maybe more

Created on 23 Jun 2020  路  2Comments  路  Source: tox-dev/tox

By default, the tox environments are stored in ~/.tox/distshare (I mean those zipped ones). This can be change with distshare= variable in tox.ini or other project configuration files. But when you have many tox projects, maybe you can't enforce changing distshare in all of them.

It would be nice to set variables like this (because i.e. distshares are not stored in project) globally for a machine/user, having a global tox configuration file in like ~/.config or something. Of course not all things should be possible to be configured globally I guess, but those like distshare make sense to be.

new

Most helpful comment

This will be possible with tox v4, coming Q4 (WIP at https://github.com/tox-dev/tox/tree/rewrite/src/tox).

All 2 comments

This will be possible with tox v4, coming Q4 (WIP at https://github.com/tox-dev/tox/tree/rewrite/src/tox).

Okay, thanks for the info

Was this page helpful?
0 / 5 - 0 ratings