From f9b69d8da7657740625f3493dd71ffc88cdd5ad3 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Mon, 11 Dec 2023 17:40:49 -0300 Subject: [PATCH] Remove tox reference from runtests.sh file --- runtests.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/runtests.sh b/runtests.sh index 9e40a2d..5e00b8b 100755 --- a/runtests.sh +++ b/runtests.sh @@ -1,7 +1,5 @@ #!/bin/bash -# https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/#when-it-inevitably-leads-to-shell-scripts -# If you are getting an INVOCATION ERROR for this script then there is -# a good chance you are running on Windows. -# You can and should use WSL for running tox on Windows when it calls bash scripts. +# If you are getting an INVOCATION ERROR for this script then there is a good chance you are running on Windows. +# You can and should use WSL for running tests on Windows when it calls bash scripts. REQUESTS_CA_BUNDLE=`python3 -m pytest_httpbin.certs` exec pytest "$@"