File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -98,17 +98,6 @@ test_virtualenvwrapper_virtualenv_clone_variable () {
98
98
assertTrue " VIRTUALENVWRAPPER_CLONE did not clone fake file" " [ -f $WORKON_HOME /destination/fake_virtualenv_clone_was_here ]"
99
99
}
100
100
101
- test_source_relocatable () {
102
- mkvirtualenv " source" > /dev/null 2>&1
103
- (cd tests/testpackage && python setup.py install) > /dev/null 2>&1
104
- assertTrue " virtualenv --relocatable \" $WORKON_HOME /source\" "
105
- cpvirtualenv " source" " destination" > /dev/null 2>&1
106
- testscript=" $( which testscript.py) "
107
- assertTrue " Environment test script not the same as copy" " [ $WORKON_HOME /destination/bin/testscript.py -ef $testscript ]"
108
- assertTrue virtualenvwrapper_verify_active_environment
109
- assertSame " Wrong virtualenv name" " destination" $( basename " $VIRTUAL_ENV " )
110
- }
111
-
112
101
test_source_does_not_exist () {
113
102
assertSame " Please provide a valid virtualenv to copy." " $( cpvirtualenv virtualenvthatdoesntexist foo) "
114
103
}
You can’t perform that action at this time.
0 commit comments