summaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use .tox/4 instead of .tox4 (#1825)Bernát Gábor2021-01-161-2/+2
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-081-26/+26
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* General rework of the parallel, execute and reportingBernát Gábor2020-12-241-2/+10
| | | | | | | | | | | | | | | | | | | | | - move environment marker always at start of output - use single char logging level representation - skip support for parallel runs - rework parallel run to collect output per env, and also collect logging lines, fix logging timestamps by materializing the log messages when they are emited (collect the resulting output, instead replaying the log records at a later stage) - support for the -c file to specify tox configuration file at custom path - fix PEP-517 implementation by implementing a new type hinted PEP-517 frontend/backend interface - add a executor for PEP-517 communication that starts up just one process and then reuses that one process for all subsequent messages, this also collects stdout/stderr for executed commands - introduce async executor for the commands (alongside the current sync) - add prefix to threads to ease of identification in debugging Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Drop PyPy3 support for now, as it increases development cycleBernát Gábor2020-11-011-1/+0
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* TypingBernát Gábor2020-10-221-75/+81
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix CI (#1556)Bernát Gábor2020-07-241-0/+111