From f03c793d724a10176b35e3193c8ea5f612910cd1 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 30 Jul 2020 09:25:27 -0700 Subject: allow pytest 6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51d8b8e..92bbb54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ sniffio = {version="^1.1", optional=true} [tool.poetry.dev-dependencies] mypy = "^0.782" -pytest = "^5.4.1" +pytest = ">=5.4.1,<7" pytest-cov = "^2.10.0" flake8 = "^3.7.9" sphinx = "^3.0.0" -- cgit v1.2.1