summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-11-25 13:03:20 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-11-25 15:29:09 -0800
commit05ea611cd63321965e8c5cb29776f443d0ea34eb (patch)
treebc65bed9d6c9d0760b193eb35d6b2401c9d755a9 /tox.ini
parent3225f2cfee740374ef36e5cd6796d2370d0e2344 (diff)
downloadgitlab-jlvillal/pytest_script_launch_mode.tar.gz
chore: remove pytest-console-scripts specific configjlvillal/pytest_script_launch_mode
Remove the pytest-console-scripts specific config from the global '[pytest]' config section. Make the configuration be a per-module setting in each of the three files that use the pytest-console-scripts plugin. Closes #1713
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index aac7d56..79f3599 100644
--- a/tox.ini
+++ b/tox.ini
@@ -84,9 +84,6 @@ exclude_lines =
if TYPE_CHECKING:
if debug:
-[pytest]
-script_launch_mode = subprocess
-
[testenv:cli_func_v4]
deps = -r{toxinidir}/requirements-docker.txt
commands =