tox: Update coverage to 4.0.3.
- Fixed a mysterious problem that manifested in different ways: sometimes hanging the process, sometimes making database connections fail. - The XML report now has correct <source> elements when using a --source= option somewhere besides the current directory. - Fixed an unusual edge case of detecting source encodings - Help messages that mention the command to use now properly use the actual command name, which might be different than “coverage”.
This commit is contained in:
parent
f48bebb7ff
commit
eaec930605
2
tox.ini
2
tox.ini
@ -15,7 +15,7 @@ passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI TRAVIS XDG_*
|
|||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
beautifulsoup4==4.4.1
|
beautifulsoup4==4.4.1
|
||||||
coverage==4.0.2
|
coverage==4.0.3
|
||||||
decorator==4.0.4
|
decorator==4.0.4
|
||||||
Flask==0.10.1
|
Flask==0.10.1
|
||||||
glob2==0.4.1
|
glob2==0.4.1
|
||||||
|
Loading…
Reference in New Issue
Block a user