Skip leveldb tests on windows

This commit is contained in:
Daniel Graña 2018-07-03 16:56:05 -03:00
parent 1d25c98eb3
commit 4c53957f5b
1 changed files with 1 additions and 1 deletions

View File

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