summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-30 18:07:36 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-30 18:35:09 -0500
commit45787e29dea3a41f2e9570b66a571a7ebcda4592 (patch)
tree7eeadde7d7a033e27abd1df7411bb525bd711148 /tox.ini
parent85c7a4ac4161c4eb2efeaf07e6f833d3a073b018 (diff)
downloadpython-coveragepy-git-45787e29dea3a41f2e9570b66a571a7ebcda4592.tar.gz
refactor: removed mentions of Jython and IronPython
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b306a6d2..fb423748 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,8 +26,6 @@ install_command = python -m pip install -U {opts} {packages}
passenv = *
setenv =
pypy{3,37,38,39}: COVERAGE_NO_CTRACER=no C extension under PyPy
- jython: COVERAGE_NO_CTRACER=no C extension under Jython
- jython: PYTEST_ADDOPTS=-n 0
# For some tests, we need .pyc files written in the current directory,
# so override any local setting.
PYTHONPYCACHEPREFIX=