Skip to content

Commit

Permalink
Drop dynmic context as cannot be supported with python3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Oct 3, 2020
1 parent f85b0ae commit b518ff7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ source =
[coverage:run]
branch = false
parallel = true
dynamic_context = test_function
source =
${_COVERAGE_SRC}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ docs =
sphinx-rtd-theme>=0.4.3
towncrier>=19.9.0rc1
testing =
coverage>=4
coverage_enable_subprocess>=1
flaky>=3
pytest>=4
Expand All @@ -97,7 +98,6 @@ testing =
pytest-randomly>=1
pytest-timeout>=1
pytest-xdist>=1.31.0
coverage>=4
packaging>=20.0;python_version>"3.4"
xonsh>=0.9.16;python_version > '3.4' and python_version != '3.9'

Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ commands =
python -m coverage combine
python -m coverage report --skip-covered --show-missing
python -m coverage xml -o {toxworkdir}/coverage.{envname}.xml
python -m coverage html -d {envtmpdir}/htmlcov \
!py34: --show-contexts \
--title virtualenv-{envname}-coverage
python -m coverage html -d {envtmpdir}/htmlcov --title virtualenv-{envname}-coverage
install_command = python -m pip install {opts} {packages} --disable-pip-version-check

[testenv:fix_lint]
Expand Down

0 comments on commit b518ff7

Please sign in to comment.