[py-dev] installing new py.test / new pypi.testrun.org

holger krekel holger at merlinux.eu
Fri Oct 15 01:13:15 CEST 2010


Hi, 

i created a simple PyPI server instance as a playground and to make 
it easier to test interdependent packagages i am working on.  See

    http://pypi.testrun.org

You can use it to install the latest in-development version of pytest,
tox, pylib, pycmd, pytest-xdist etc. (*) with e. g.:

    pip install -i http://pypi.testrun.org pytest 

or tox::

    pip install -i http://pypi.testrun.org tox

These are _development_ versions so they might break more easily.
But they also fix a number of bugs and provide some new features :)

cheers,
holger




More information about the Pytest-dev mailing list