You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ don't have test cases for.
20
20
- Where possible, try to adhere to [PEP-8 guidelines](https://www.python.org/dev/peps/pep-0008/)
21
21
- Use a python linter like flake8 before submitting PRs to catch common style
- The oldest supported Python version is specified in [doc/dependencies.md](/doc/dependencies.md).
24
+
Consider using [pyenv](https://github.com/pyenv/pyenv), which checks [.python-version](/.python-version),
25
+
to prevent accidentally introducing modern syntax from an unsupported Python version.
26
+
The Travis linter also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126).
23
27
- See [the python lint script](/test/lint/lint-python.sh) that checks for violations that
0 commit comments