Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.core
Commits
d55da1af
Commit
d55da1af
authored
11 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Documentation on issues with Bob <= 1.2.1
parent
89616b11
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+14
-0
14 additions, 0 deletions
README.rst
buildout.cfg
+1
-1
1 addition, 1 deletion
buildout.cfg
with
15 additions
and
1 deletion
README.rst
+
14
−
0
View file @
d55da1af
...
@@ -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.
This diff is collapsed.
Click to expand it.
buildout.cfg
+
1
−
1
View file @
d55da1af
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment