-
Notifications
You must be signed in to change notification settings - Fork 250
Commit f393481
Test running pyt in a python 3.7 env
It should just work. There were no AST changes.
Also removes the unnecesary whitelist_external from tox.ini.
Note: pyt can be run in a py36 environment on code targeting 2.7-3.8.
There is no requirement for pyt to be run under the same environment as
your code is intended to run in.
Running pyt under 3.8 will require some further work due to the change
from ast.Str to ast.Constant:
https://github.com/python/cpython/pull/9445/files
https://docs.python.org/dev/whatsnew/3.8.html#deprecated
https://bugs.python.org/issue32892 1 parent af23fb0 commit f393481
2 files changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | + | ||
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | - | ||
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
0 commit comments