mirror of https://github.com/scrapy/scrapy.git
Skip leveldb tests on windows
This commit is contained in:
parent
1d25c98eb3
commit
4c53957f5b
|
|
@ -3,7 +3,7 @@ pytest-twisted
|
|||
pytest-cov==2.5.1
|
||||
testfixtures
|
||||
jmespath
|
||||
leveldb
|
||||
leveldb; sys_platform != "win32"
|
||||
botocore
|
||||
# optional for shell wrapper tests
|
||||
bpython
|
||||
|
|
|
|||
Loading…
Reference in New Issue