2015-04-07 01:29:51 +02:00
|
|
|
This fixes a test failure on SLE11SP3:
|
|
|
|
Error is:
|
|
|
|
AssertionError: error: must supply either home or prefix/exec-prefix -- not both
|
|
|
|
|
2016-07-05 11:43:28 +02:00
|
|
|
--- a/setuptools/tests/test_egg_info.py
|
|
|
|
+++ b/setuptools/tests/test_egg_info.py
|
|
|
|
@@ -217,7 +217,7 @@ class TestEggInfo(object):
|
|
|
|
if cmd is None:
|
|
|
|
cmd = [
|
|
|
|
'install',
|
|
|
|
- '--home', env.paths['home'],
|
|
|
|
+ '--prefix', env.paths['home'],
|
|
|
|
'--install-lib', env.paths['lib'],
|
|
|
|
'--install-scripts', env.paths['scripts'],
|
|
|
|
'--install-data', env.paths['data'],
|