mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
pep8 fix
This commit is contained in:
parent
7c83f8d3cd
commit
769782c477
1 changed files with 2 additions and 1 deletions
|
@ -322,7 +322,8 @@ class TestParseRequirements(object):
|
|||
|
||||
parse_requirements(tmpdir.join("req.txt"), session=PipSession())
|
||||
|
||||
def test_install_requirements_with_options(self, tmpdir, finder, session, options):
|
||||
def test_install_requirements_with_options(self, tmpdir, finder, session,
|
||||
options):
|
||||
global_option = '--dry-run'
|
||||
install_option = '--prefix=/opt'
|
||||
|
||||
|
|
Loading…
Reference in a new issue