Skip to content

Commit

Permalink
python3: use python 3 in test-run.py's shebang
Browse files Browse the repository at this point in the history
Related issues and changes:

- Support Python 3 in Tarantool test suite
  tarantool/tarantool#5538
- Python 3 in tarantool-python
  tarantool/tarantool-python#181
  tarantool/tarantool-python#186
- Use Python 3 in a test infrastructure
  tarantool/tarantool#5652

Closes #20
  • Loading branch information
ligurio authored and Totktonada committed Mar 13, 2021
1 parent d421020 commit 5baa4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
"""Tarantool regression test suite front-end."""

# Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 5baa4f0

Please sign in to comment.