Use serialization hooks from pytest 4.4

This commit is contained in:
Bruno Oliveira
2019-03-26 20:27:25 -03:00
parent 911dfdbcb6
commit 89d07a5cf2
5 changed files with 33 additions and 317 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
install_requires = ["execnet>=1.1", "pytest>=3.6.0", "pytest-forked", "six"]
install_requires = ["execnet>=1.1", "pytest>=4.4.0", "pytest-forked", "six"]
with open("README.rst") as f: