From f2b3ee0654bb3f96d3756ea95a010393b8a87174 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 24 Mar 2023 13:56:03 +0800 Subject: [PATCH] parallel twisted tests and newer mypy --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5e00317e2..53a5d7021 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ setenv = commands = python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))" python -c "import cryptography; print(cryptography.__version__)" - python -m twisted.trial --reporter=text twisted + python -m twisted.trial -j4 --reporter=text twisted [testenv:flake8] basepython = python3 @@ -54,7 +54,7 @@ commands = [testenv:py36-mypy] deps = - mypy==0.950 + mypy==1.1.1 skip_install = true commands = mypy src