Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Aug 10, 2016
1 parent e2b564e commit 13a4ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unittest/python/pip_utils_tests.py
Expand Up @@ -108,7 +108,7 @@ def test_pip_install_environ_overwritten(self, execute_command):
execute_command.assert_called_once_with(ANY, cwd=None, env=env_dict, error_file_name=None, outfile_name=None,
shell=False)

@patch("pybuilder.pip_utils.open")
@patch.object(pip_utils, "open")
def test_create_constrain_file(self, open):
pip_utils.create_constraint_file("any file name", [core.Dependency("a", "1.0"), core.Dependency("b", "==2.0"),
core.Dependency("c", ">=3.0,<4.0")])
Expand Down

0 comments on commit 13a4ebe

Please sign in to comment.