From 17221aaf94e9d9f834131b528453bcd08b917112 Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Mon, 2 Oct 2023 14:19:52 -0400 Subject: [PATCH] Remove default encoding checks for `py-fast` tox env --- changes/1474.misc.rst | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/1474.misc.rst diff --git a/changes/1474.misc.rst b/changes/1474.misc.rst new file mode 100644 index 000000000..f8be2c9a1 --- /dev/null +++ b/changes/1474.misc.rst @@ -0,0 +1 @@ +The error for using a default character encoding was disabled for ``tox -e py-fast``. diff --git a/tox.ini b/tox.ini index 967ee5fc0..2692cc5d4 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ setenv = COVERAGE_FILE = {env:COVERAGE_FILE:.coverage} extras = dev commands = !fast : python -X warn_default_encoding -m coverage run -m pytest {posargs:-vv --color yes} - fast : python -X warn_default_encoding -m pytest {posargs:-vv --color yes -n auto} + fast : python -m pytest {posargs:-vv --color yes -n auto} [testenv:coverage{,38,39,310,311,312}{,-ci}{,-platform,-platform-linux,-platform-macos,-platform-windows,-project}{,-keep}{,-html}] depends = py{,38,39,310,311,312}