Skip to content

Commit

Permalink
Make all tests non-skipped again
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 10, 2020
1 parent b735ec7 commit 0da8f95
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 209 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -6,7 +6,7 @@ flake8==3.8.4
mypy==0.782
pyroma==2.6
pytest-cov==2.10.1
pytest==5.4.1
pytest==6.1.1
pytest-asyncio==0.14.0
tox==3.20.0
wheel==0.35.1
6 changes: 6 additions & 0 deletions setup.cfg
@@ -0,0 +1,6 @@
[tool.pytest]
addopts= --cov-branch --cov-report xml
log_cli=false
log_level=INFO
junit_family=xunit2
filterwarnings=error

0 comments on commit 0da8f95

Please sign in to comment.