mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
fix test
This commit is contained in:
parent
3c6ae99a77
commit
9911b04208
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user