Skip to content

Commit

Permalink
fixup to last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Nov 16, 2015
1 parent 238de15 commit 347b061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awslimitchecker/tests/test_versioncheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,7 @@ def _make_git_repo(self, path):
fh.write('foo')
res = subprocess.call(['git', 'add', 'foo'])
assert res == 0
self._set_git_config(set_in_travis=True)
res = subprocess.call(['git', 'commit', '-m', 'foo'])
assert res == 0
commit = _get_git_commit()
Expand Down Expand Up @@ -1647,7 +1648,6 @@ def test_install_sdist_in_git_repo(self, tmpdir):
"""regression test for issue #73"""
path = str(tmpdir)
# setup a git repo in tmpdir
self._set_git_config(set_in_travis=True)
self._make_git_repo(path)
# make the venv
self._make_venv(path)
Expand Down

0 comments on commit 347b061

Please sign in to comment.