Changes between Initial Version and Version 1 of Ticket #1190, comment 42
- Timestamp:
- 2010-11-18T21:12:45Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1190, comment 42
initial v1 1 1 In the 'test' step (and subsequent testing steps), we have previously done a build. In the 'test-with-fake-dists' step, we have not. I believe that's the difference that is causing this regression for 'test-with-fake-dists'. 2 2 3 Note that although 'setup.py test' is supposed to be equivalent to 'setup.py build' followed by 'setup.py trial', it's not quite equivalent because the sys.path will be different. ('build' has built things that can be put onto the path for 'trial', whereas a 'test' without a preceding 'trial' has to use whatever was previously installed.)3 Note that although 'setup.py test' is supposed to be equivalent to 'setup.py build' followed by 'setup.py trial', it's not quite equivalent because the sys.path will be different. ('build' has built things that can be put onto the path for 'trial', whereas a 'test' without a preceding ~~'trial'~~ 'build' has to use whatever was previously installed.)