From 45787e29dea3a41f2e9570b66a571a7ebcda4592 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 30 Dec 2022 18:07:36 -0500 Subject: refactor: removed mentions of Jython and IronPython --- tox.ini | 2 -- 1 file changed, 2 deletions(-) (limited to 'tox.ini') 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= -- cgit v1.2.1