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

Commit

Permalink
use actual plugin in test
Browse files Browse the repository at this point in the history
- fixes hanging tests on xdist for dbfixtures

- lowers coveralls coverage
  • Loading branch information
fizyk committed Jul 6, 2016
1 parent 6451a8c commit ddc90d2
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 @@ -18,7 +18,7 @@ install:
- $INSTALLATION
- pip install pytest_dbfixtures[mongodb,redis,rabbitmq,mysql,postgresql,elasticsearch,dynamodb,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 ddc90d2

Please sign in to comment.