Skip to content

Commit

Permalink
worker be the new slave
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Aug 17, 2020
1 parent 50a36dd commit 51cb240
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
python3 --version
mysqld --version
. venv/bin/activate
py.test -n 0 --mysql-user circleci --mysql-mysqld /usr/sbin/mysqld -c pytest.ini
py.test -n 0 --mysql-user circleci --mysql-mysqld /usr/sbin/mysqld -c aetup.cfg
- store_artifacts:
path: test-reports
Expand Down
5 changes: 0 additions & 5 deletions pytest.ini

This file was deleted.

8 changes: 7 additions & 1 deletion setup.cfg
Expand Up @@ -4,4 +4,10 @@ exclude = docs/*,build/*,venv/*

[pydocstyle]
ignore = D203,D212
match = '(?!docs|build|venv).*\.py'
match = '(?!docs|build|venv).*\.py'

[tool:pytest]
addopts = --max-worker-restart=0 --showlocals --verbose --cov src/pytest_mysql --cov tests
mysql_dbname = pytestmysql
testpaths = tests
xfail_strict = true

0 comments on commit 51cb240

Please sign in to comment.