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", ]