Pin minimum pytest version to fix tests

This commit is contained in:
Mads Marquart
2019-01-25 17:45:15 +01:00
parent 7398d4fa2b
commit 687afea0f2

View File

@@ -47,6 +47,6 @@ Repository = "https://github.com/carpedm20/fbchat/"
[tool.flit.metadata.requires-extra] [tool.flit.metadata.requires-extra]
test = [ test = [
"pytest", "pytest~=4.0",
"six", "six",
] ]