| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Make sure this copies the appropriate metadata into EGG-INFO. This
test currently fails, but the next commit fixes setuptools so it will
pass.
|
| | |
|
| |
|
|
|
|
| |
--HG--
branch : develop
extra : rebase_source : a891af85b68115431db3fe42acf5a102e02aa8b9
|
| |
|
|
|
|
| |
--HG--
branch : develop
extra : rebase_source : a05d5f844416113562066786c697170ed85c48fd
|
| |
|
|
|
|
|
|
| |
setUp.
test_egg_info, test_sdist, and test_svn all had tests that needed to be
bypassed when svn was not present. tests.py26compat contains a SkipIf
decorator for skipping. This worked after ironing a few wrinkles. The
conditions is evaluated and stored in test_svn._svn_check.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Fixed unexpected deprecation warning from prombredanne)
Also removed the warning from fallback, only a deprecation warning is issued.
Environment.py whitespacing
Created a specialized command executor for tests in Environment.py
Legacy Test in test_egg_info now supresses the deprecation warning.
PythonPath is now explicitly controlled to allow setup.py test on clean
python installations. *Fixes Issue #101*
Moved some dummy svn tests from test_sdist to test_egg_info since
they are egg_info tests.
Downgraded a with statement in a test since we haven't offically dropped
2.4 support, however, maybe it is time.
Added a test case to ensure no extranuous output on sdist with a simple
dummy package without rev ctrl.
|
| |
|
|
|
|
|
|
| |
Added in code to after a deprecation warning parse the .svn files
Should also parse externals.
--HG--
extra : rebase_source : 9dd3bcf22cb56eb0826051f9e477f155e47cdbf6
|
| |
|
|
|
| |
--HG--
extra : rebase_source : 2734e79e08e194923eab8c70f92cb77bce7daccf
|
|
|
egg_info.get_svn_revision is now a staticmethod.
|