Changes between Version 1 and Version 2 of Ticket #2210, comment 2


Ignore:
Timestamp:
2014-04-03T00:29:42Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2210, comment 2

    v1 v2  
    1 Note that this doesn't happen when installing from an sdist (because sdists don't contain `_trial_temp`); it only happens when installing directly from a checkout on which tests have been run. So it is reasonable for `MANIFEST.in` not to be consulted, since, IIUC, the purpose of `MANIFEST.in` is only to determine what goes into an sdist. However, I don't understand why `pip` is looking at directories that were not specified in the call to `setuptools.setup`.
     1Note that this doesn't happen when installing from an sdist (because sdists don't contain `_trial_temp`); it only happens when installing directly from a checkout on which tests have been run. So it is reasonable for `MANIFEST.in` not to be consulted, since, IIUC, the purpose of `MANIFEST.in` is only to determine what goes into an sdist. However, I don't understand why `pip install` is looking at directories that were not specified in the call to `setuptools.setup`.