Add comment for fastdiff

This commit is contained in:
Jonathan Kim 2021-07-15 08:35:52 +01:00
parent a1462453ba
commit 555434c302

View File

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