bump the version of virtualenv we use#120
Conversation
nemacysts
left a comment
There was a problem hiding this comment.
(left a comment, but feel free to merge anyway if you wanna disagree and commit - it's not particularly important :p)
| [tox] | ||
| envlist=py312-linux | ||
| requires = | ||
| virtualenv>=20.24.6 |
There was a problem hiding this comment.
i think we usually do this in a requirements-bootstrap.txt - but for now this is probably fine: i'd maybe just == pin this to be consistent with how we usually do this in requirements-bootstrap.txt tho
There was a problem hiding this comment.
hmmm, yeah, I can't use the internal tox-requirements-bootstrap plugin here, and I need the package upgrades in the tox setup. the top level [tox] config section doesn't support -r requirements-bootstrap.txt, so I'll have to dupe from requirements-bootstrap.txt here :(
There was a problem hiding this comment.
okay, I just copied the entirety of the requirements-bootstrap.txt file into this section
c8f70de to
211e88e
Compare
211e88e to
0a55dcc
Compare
match the bootstrap deps with requirements-bootstrap.txt - there's no support for installing from that file directly in this part of the tox config.
0a55dcc to
efd1fbc
Compare
we need a more recent one to guarantee python 3.12 support