Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
actually use correct plugin in test
Browse files Browse the repository at this point in the history
- fixes hanging tests on xdist for dbfixtures
  • Loading branch information
fizyk committed Jun 18, 2016
1 parent 97b57c8 commit 0bc70e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- $INSTALLATION
- pip install pytest_dbfixtures[mongodb,redis,rabbitmq,mysql,postgresql,elasticsearch,tests] coveralls wheel
script:
- py.test -n $XDIST --max-slave-restart=0 --showlocals --verbose --cov pytest_dbfixtures tests -p no:dbfixtures
- py.test -n $XDIST --max-slave-restart=0 --showlocals --verbose --cov pytest_dbfixtures tests
- pylama
after_success:
- coveralls
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from pytest_dbfixtures.plugin import * # noqa

0 comments on commit 0bc70e9

Please sign in to comment.