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

Replace command "python" by "python3"

This commit is contained in:
Sebastian Pipping
2023-06-18 23:07:04 +02:00
parent ffb2f44236
commit b2a895cb89
4 changed files with 6 additions and 6 deletions

View File

@@ -4,4 +4,4 @@
# 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.
REQUESTS_CA_BUNDLE=`python -m pytest_httpbin.certs` exec pytest "$@"
REQUESTS_CA_BUNDLE=`python3 -m pytest_httpbin.certs` exec pytest "$@"