From df88161595a9c0015f5ba930472c47e42052ede1 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 5 Mar 2024 22:22:29 +0500 Subject: [PATCH] Bump pytest-mypy-testing. --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index b00cfcf5..d42d6fb8 100644 --- a/tox.ini +++ b/tox.ini @@ -41,9 +41,7 @@ commands = mypy web_poet tests deps = {[testenv]deps} {[testenv:mypy]deps} - # waiting for https://github.com/davidfritzsche/pytest-mypy-testing/pull/31 - pytest-mypy-testing @ https://github.com/kmike/pytest-mypy-testing/archive/refs/heads/async-support.zip -; pytest-mypy-testing==0.0.11 + pytest-mypy-testing==0.1.3 commands = py.test {posargs: tests_typing}