mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fix for python 2
This commit is contained in:
@@ -129,7 +129,7 @@ class TestPipenv:
|
||||
def test_spell_checking(self):
|
||||
with PipenvInstance() as p:
|
||||
c = p.pipenv('install flaskcors', block=False)
|
||||
c.expect('[Y//n]:')
|
||||
c.expect(u'[Y//n]:')
|
||||
c.send('y')
|
||||
c.block()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user