python/coverage: update to 7.6.5
[oi-userland.git] / components / python / Automat / patches / 01-tox.ini-enable-tests.patch
blobe1061f74ff57f722cb3393346f4bd74c76e1e71c
1 --- automat-24.8.1/tox.ini.orig
2 +++ automat-24.8.1/tox.ini
3 @@ -5,8 +5,8 @@
5 [testenv]
6 deps =
7 - extras: graphviz>=0.4.9
8 - extras: Twisted>=16.2.0
9 + graphviz>=0.4.9
10 + Twisted>=16.2.0
12 mypy: mypy
13 mypy: graphviz>=0.4.9
14 @@ -16,7 +16,7 @@
15 pytest
17 commands =
18 - {extras,noextras}: coverage run --parallel --source src -m pytest -s -rfEsx src/automat/_test
19 + coverage run --parallel --source src -m pytest -s -rfEsx src/automat/_test
20 mypy: mypy {posargs:src/automat}
22 depends =