This commit is contained in:
Daniel Wallace 2017-09-05 13:52:02 -06:00
parent 3c6ae99a77
commit 9911b04208

View File

@ -112,11 +112,9 @@ class VirtualenvTestCase(TestCase):
# Are we logging the deprecation information?
self.assertIn(
'INFO:The virtualenv \'--never-download\' option has been '
'deprecated in virtualenv(>=1.10), as such, the '
'\'never_download\' option to `virtualenv.create()` has '
'also been deprecated and it\'s not necessary anymore.',
handler.messages
'INFO:--never-download was deprecated in 1.10.0, '
'but reimplemented in 14.0.0. If this feature is needed, '
'please install a supported virtualenv version.'
)
def test_issue_6031_multiple_extra_search_dirs(self):