1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Remove tox reference from runtests.sh file

This commit is contained in:
Jair Henrique
2023-12-11 17:40:49 -03:00
parent cb77cb8f69
commit f9b69d8da7

View File

@@ -1,7 +1,5 @@
#!/bin/bash #!/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.
# If you are getting an INVOCATION ERROR for this script then there is # You can and should use WSL for running tests on Windows when it calls bash scripts.
# a good chance you are running on Windows.
# You can and should use WSL for running tox on Windows when it calls bash scripts.
REQUESTS_CA_BUNDLE=`python3 -m pytest_httpbin.certs` exec pytest "$@" REQUESTS_CA_BUNDLE=`python3 -m pytest_httpbin.certs` exec pytest "$@"