[py-dev] the split is happening: py -> pytest,pylib,pycmd

holger krekel holger at merlinux.eu
Sun Oct 10 15:03:44 CEST 2010


Hi all,

if you happen to pull/update from the bitbucket "py-trunk" repo
you'll find it contains almost no files anymore but rather has a setup.py
that specifies dependencies on the following split out distributions:

    * pytest: https://bitbucket.org/hpk42/pytest

    * pylib: https://bitbucket.org/hpk42/pylib

    * pycmd: https://bitbucket.org/hpk42/pycmd

Nothing is released to PYPI yet and there are certainly some rough edges.

However, you should be able to grab the above repos and issue
"python setup.py develop" in each (first on pylib, then pytest).

I am currently working a lot on documentation and further 
refinements to packaging.   Feedback/comments welcome.

best,
holger



More information about the Pytest-dev mailing list