Commit 2663fd5
committed
fix(tests): use py3.6-compatible subprocess.run kwargs
capture_output and text were added in Python 3.7; CI runs 3.6, so
TestTokenTableGenerators failed with TypeError on every case before
the test body ran.1 parent f01c36d commit 2663fd5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments