Skip to content

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit b6c71b3.
  • Loading branch information
jneves committed Feb 17, 2020
1 parent b6c71b3 commit 497f308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_should_use_lambda_packages(self):
self.assertFalse(z.have_correct_lambda_package_version('mysqlclient', '1.4.12'))

def test_getting_installed_packages(self, *args):
z = Zappa(runtime='python3.6')
z = Zappa(runtime='python2.6')

# mock pkg_resources call to be same as what our mocked site packages dir has
mock_package = collections.namedtuple('mock_package', ['project_name', 'version', 'location'])
Expand Down

0 comments on commit 497f308

Please sign in to comment.