Hello,
In this situation, I'm not able to run unittests, because they import from pylint, which is not available because the packge was just built and not installed.
also setting the PYTHONPATH to build/lib doesn't help.
You can look at a full build log in the debian bug.
Regards,
PS: discard the errors about not finding astng, I'm going to add the build-depends now. | |
| priority | normal |
|---|---|
| type | bug |
| appeared in | <not specified> |
| done in | <not specified> |
| debian bug number | 575686 |
| closed by | <not specified> |


#22585 [Patch] fix man warnings for pyreverse.1 manpage
Comments
-
2010/03/30 13:49, written by sthenault
| reply to this comment
-
2010/04/02 06:26, written by afayolle
| reply to this comment
-
2010/04/01 19:16, written by pydavid
| reply to this comment
-
2010/04/02 06:26, written by afayolle
| reply to this comment
(add comment)do we really want to run test during debian packages construction?
It's a common practice.
In my opignions you should not expect the test of an uninstalled software to run.
I do this all the time when developing software :-)