mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
Add comment for fastdiff
This commit is contained in:
parent
a1462453ba
commit
555434c302
2
setup.py
2
setup.py
|
@ -49,6 +49,8 @@ tests_require = [
|
||||||
"pytest-benchmark",
|
"pytest-benchmark",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-mock",
|
"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",
|
"fastdiff==0.2.0",
|
||||||
"snapshottest",
|
"snapshottest",
|
||||||
"coveralls",
|
"coveralls",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user