]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Additional updates for compatibility with tox 4
authorStephen Finucane <stephen@that.guru>
Fri, 13 Jan 2023 12:20:01 +0000 (12:20 +0000)
committerStephen Finucane <stephenfinucane@hotmail.com>
Fri, 13 Jan 2023 13:06:20 +0000 (13:06 +0000)
commita03a0a5ea8e4a3299c02f318179001a8092a728c
tree267da3f8a6cdb4ad5811fb2ef4eb5c996d3b68f3
parent8fd3f6a5c424dda953fba52a8d4df09333afd105
Additional updates for compatibility with tox 4

'[tox] skipsdist' behaves differently in tox 4 [1]. In addition, setting
'[testenv] basepython' with '[tox] ignore_basepython_conflict' has been
the cause of a few tox 4 bugs (most since fixed, thankfully) and might
be deprecated [2]. Remove it since we don't need it in any of our
environments.

[1] https://github.com/tox-dev/tox/issues/2730
[2] https://github.com/tox-dev/tox/issues/2846

Signed-off-by: Stephen Finucane <stephen@that.guru>
tox.ini