mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
try fix travis and a spurious exception on __del__ time -- only do something if module globals are not None, some other fixups
This commit is contained in:
parent
66d6621f93
commit
669de40f66
6 changed files with 22 additions and 15 deletions
|
@ -7,7 +7,7 @@ envlist =
|
|||
doc
|
||||
|
||||
[testenv]
|
||||
commands = pytest {posargs:tests}
|
||||
commands = pytest -rsXx {posargs:tests}
|
||||
usedevelop = True
|
||||
deps =
|
||||
pytest
|
||||
|
@ -42,7 +42,7 @@ commands =
|
|||
[pytest]
|
||||
python_files = tests/test_*.py
|
||||
norecursedirs = .tox
|
||||
xfail_strict=true
|
||||
# xfail_strict=true
|
||||
|
||||
[flake8]
|
||||
max-line-length = 120
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue