From 555434c30203b832bbcb46fbbac733ed33cf035e Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Thu, 15 Jul 2021 08:35:52 +0100 Subject: [PATCH] Add comment for fastdiff --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 960f83bb..e6e650ea 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,8 @@ tests_require = [ "pytest-benchmark", "pytest-cov", "pytest-mock", + # pinning fastdiff dep (required by snapshottest) because later versions + # require wasmer 1.0.0 which is not compatible with Python 2.7 "fastdiff==0.2.0", "snapshottest", "coveralls",