From 72a061dc88682c1199d970d941531e0d9f9033de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=C5=9Aliwi=C5=84ski?= Date: Sun, 19 Jun 2016 00:34:37 +0200 Subject: [PATCH] use actual plugin in test - fixes hanging tests on xdist for dbfixtures - lowers coveralls coverage --- .travis.yml | 2 +- tests/conftest.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 032c10a..01354ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tests/conftest.py b/tests/conftest.py index 94d6e4e..e69de29 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1 +0,0 @@ -from pytest_dbfixtures.plugin import * # noqa