From e672461405526cfad0ff8cb6e045e08ee4a32509 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Wed, 14 Jul 2021 17:09:22 +0100 Subject: [PATCH] Pin fastdiff dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 75d92f79..960f83bb 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ tests_require = [ "pytest-benchmark", "pytest-cov", "pytest-mock", + "fastdiff==0.2.0", "snapshottest", "coveralls", "promise",