Skip to content

Commit

Permalink
Add field-len for Py2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robbmcleod committed Aug 16, 2018
1 parent 34b5f92 commit 078543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numexpr/tests/test_numexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def test_locals_clears_globals(self):
r"a += 1",
])
# Raises CalledProcessError on a non-normal exit
check = subprocess.check_call('python -c "{}"'.format(script), shell=True)
check = subprocess.check_call('python -c "{0}"'.format(script), shell=True)
# Ideally this test should also be done against ipython but it's not
# a requirement.

Expand Down

0 comments on commit 078543b

Please sign in to comment.