Skip to content
Snippets Groups Projects
Commit d55da1af authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Documentation on issues with Bob <= 1.2.1

parent 89616b11
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,17 @@ Installation ...@@ -14,3 +14,17 @@ Installation
Install it through normal means, via PyPI or use ``zc.buildout`` to bootstrap Install it through normal means, via PyPI or use ``zc.buildout`` to bootstrap
the package and run test units. the package and run test units.
Testing
-------
Run the test suite using ``./bin/nosetests``.
.. warning::
If Bob <= 1.2.1 is installed on your python path, nose will automatically
load the old version of the insulate plugin available in Bob, which will
trigger the loading of incompatible shared libraries (from Bob itself), in
to your working binary. This will cause a stack corruption. Either remove
the centrally installed version of Bob, or build your own version of Python
in which Bob <= 1.2.1 is not installed.
...@@ -8,7 +8,7 @@ eggs = xbob.core ...@@ -8,7 +8,7 @@ eggs = xbob.core
ipdb ipdb
extensions = mr.developer extensions = mr.developer
auto-checkout = * auto-checkout = *
prefixes = /scratch/aanjos/bob/b/dbg prefixes = /Users/andre/work/bob/b/dbg
[sources] [sources]
pypkg = git git@github.com:anjos/pypkg pypkg = git git@github.com:anjos/pypkg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment