py.test can generate a standalone script you can run the tests without having to install py.test.
This is important for enabling the usage on continuous integration systems where you do not have root access to the running machine (which is usually a clean machine, sometimes even spawned on demand),
In order to overcome this, I tried to setup a virtual environment and install tox in it but this doesn't seem to work well, as tox will try to create other virtual environments itself.
Original comment by @hpk42
are you aware of the "toxbootstrap.py" that is in the tox repo?
Original comment by @ssbarnea
So far I did this https://github.com/pycontribs/pysample/blob/master/tox - let me know what do you think about it.
Original comment by @RonnyPfannschmidt
i think this could be done using genscript from pypi - i'll take a look if its adaptable to make it possible
@ssbarnea is there still need for something like this and would you like to follow up on it?
At this moment is just a nice to have feature and I am not able to commit on implementing it, meanwhile I changed job, still using tox a lot but not really blocked by this.
Even if you close it we can always reopen it if it gets enough votes.
@ssbarnea thanks for your quick answer. Let's leave it open then as enhancement and revisit later :)
we also killed the feature in pytest - i propose closing the issue,
these days tools exist to make this possible, people that care can start with a pr
Most helpful comment
we also killed the feature in pytest - i propose closing the issue,
these days tools exist to make this possible, people that care can start with a pr