File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,6 @@ def test_pip_second_command_line_interface_works():
25
25
assert initools_folder in result .files_created , str (result )
26
26
27
27
28
- #def test_distutils_configuration_setting():
29
- # """
30
- # Test the distutils-configuration-setting command (which is distinct from other commands).
31
- # """
32
- #print run_pip('-vv', '--distutils-cfg=easy_install:index_url:http://download.zope.org/ppix/', expect_error=True)
33
- #Script result: python ../../poacheggs.py -E .../poacheggs-tests/test-scratch -vv --distutils-cfg=easy_install:index_url:http://download.zope.org/ppix/
34
- #-- stdout: --------------------
35
- #Distutils config .../poacheggs-tests/test-scratch/lib/python.../distutils/distutils.cfg is writable
36
- #Replaced setting index_url
37
- #Updated .../poacheggs-tests/test-scratch/lib/python.../distutils/distutils.cfg
38
- #<BLANKLINE>
39
- #-- updated: -------------------
40
- # lib/python2.4/distutils/distutils.cfg (346 bytes)
41
-
42
-
43
28
def test_install_from_pypi ():
44
29
"""
45
30
Test installing a package from PyPI.
You can’t perform that action at this time.
0 commit comments