From 15dc72bef78f93a10a1c103ccdbcb007eebc9253 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:34:04 -0400 Subject: [PATCH] fix python print --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 7cf0132b4..a4b4b7cfd 100644 --- a/tox.ini +++ b/tox.ini @@ -83,8 +83,8 @@ commands = description = Run tests with pytest under {basepython}, preventing socket connections (except for unix sockets for async support) commands: prefetch: xclim prefetch_testing_data - python -c 'print("""Running offline tests with positional arguments: {posargs:-m \"not requires_internet\"}. This can be overridden with: tox -e offline -- -m \"some other marker statement\"""")' - pytest --disable-socket --allow-unix-socket {posargs:-m "not requires_internet"} + python -c 'print("""Running offline tests with positional arguments. These can be overridden with: tox -e offline -- -m \"some other marker statement\"""")' + pytest --disable-socket --allow-unix-socket {posargs:-m 'not requires_internet'} allowlist_externals = xclim @@ -115,7 +115,7 @@ commands_pre = sbck: python -m pip install sbck python -m pip list xclim show_version_info - python -m pip check +; python -m pip check commands = doctest: pytest --no-cov --rootdir=tests/ --xdoctest xclim pytest {posargs}