checkout version curl-7_67_0 of curl for the tests.

This commit is contained in:
Cédric Bonhomme 2020-01-06 18:11:43 +01:00
parent 1aec0290af
commit 2e1d646f99
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -11,7 +11,7 @@ def clone_curl():
git_url = 'https://github.com/curl/curl.git'
repo_dir = './test_repos/curl'
repo = Repo.clone_from(url=git_url, to_path=repo_dir)
repo.checkout('curl-7_67_0')
repo.heads['curl-7_67_0'].checkout()
def teardown():
os.unlink(repo_dir)