From 687afea0f2b29bf9d6343c8d6a2088069b84ae7c Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Fri, 25 Jan 2019 17:45:15 +0100 Subject: [PATCH] Pin minimum `pytest` version to fix tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cd1e50..929a534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,6 @@ Repository = "https://github.com/carpedm20/fbchat/" [tool.flit.metadata.requires-extra] test = [ - "pytest", + "pytest~=4.0", "six", ]