File size: 252 Bytes
4021124
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist = py37,py38,py39

[testenv]
deps =
    filelock
    pytest-xdist
    pydantic

commands = python parallel_run_e2e.py

; If you ever encounter another parallel lock across interpreters
; pip install tox tox-poetry
; tox -p --parallel-live