Skip to content

Commit e3ce81a

Browse files
committed
Exclude cassandra from generic contrib tests
1 parent 0e8d1ce commit e3ce81a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ deps =
7272
contrib: boto
7373
contrib: moto<1.0
7474
contrib: botocore
75-
contrib: cassandra-driver
7675
contrib: celery
7776
contrib: elasticsearch
7877
contrib: falcon
@@ -209,7 +208,7 @@ commands =
209208
# integration tests
210209
integration: nosetests {posargs} tests/test_integration.py
211210
# run all tests for the release jobs except the ones with a different test runner
212-
contrib: nosetests {posargs} --exclude=".*(django|asyncio|aiohttp|aiobotocore|aiopg|gevent|falcon|flask_autopatch|bottle|pylons|pyramid).*" tests/contrib
211+
contrib: nosetests {posargs} --exclude=".*(django|asyncio|aiohttp|aiobotocore|aiopg|cassandra|gevent|falcon|flask_autopatch|bottle|pylons|pyramid).*" tests/contrib
213212
asyncio: nosetests {posargs} tests/contrib/asyncio
214213
aiohttp{12,13,20,21,22}-aiohttp_jinja{012,013}: nosetests {posargs} tests/contrib/aiohttp
215214
tornado{40,41,42,43,44}: nosetests {posargs} tests/contrib/tornado

0 commit comments

Comments
 (0)