diff options
Diffstat (limited to 'run_tests')
-rwxr-xr-x | run_tests | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ def find_pytest(): | |||
34 | if ret: | 34 | if ret: |
35 | return ret | 35 | return ret |
36 | 36 | ||
37 | print(f'{__file__}: unable to find pytest.', file=sys.stderr) | 37 | print('%s: unable to find pytest.' % (__file__,), file=sys.stderr) |
38 | print(f'{__file__}: Try installing: sudo apt-get install python-pytest', | 38 | print('%s: Try installing: sudo apt-get install python-pytest' % (__file__,), |
39 | file=sys.stderr) | 39 | file=sys.stderr) |
40 | 40 | ||
41 | 41 | ||