Skip to content

Commit

Permalink
Fix resolve test failing on Python 3.7 due to test using outdated cff…
Browse files Browse the repository at this point in the history
…i version
  • Loading branch information
Eric-Arellano committed Mar 21, 2019
1 parent e60e665 commit 6f9176e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_resolve_simple_requirements(self):
self.assertTrue(path.startswith(os.path.realpath(get_buildroot())))

def test_resolve_multiplatform_requirements(self):
cffi_tgt = self._fake_target('cffi', ['cffi==1.9.1'])
cffi_tgt = self._fake_target('cffi', ['cffi==1.12.2'])

pex = self._resolve_requirements([cffi_tgt], {
'python-setup': {
Expand Down

0 comments on commit 6f9176e

Please sign in to comment.