One of the tests in test_venv.py fails because in fact "-i" does appear in argv[0]. Since argv[0] could be anything (I think), it makes sense to filter this out of the string being tested.
I'll attach a patch, but it's possible that more call sites which test .args should also filter out argv[0].
The text was updated successfully, but these errors were encountered:
One of the tests in test_venv.py fails because in fact "-i" does appear in argv[0]. Since argv[0] could be anything (I think), it makes sense to filter this out of the string being tested.
I'll attach a patch, but it's possible that more call sites which test .args should also filter out argv[0].
The text was updated successfully, but these errors were encountered: