Closed
Description
pandas/pandas/tests/test_downstream.py
Line 60 in ab668b0
that assumes that first python
on the PATH is the one running the tests, which it may not be (e.g. if doing ./venv/bin/python
We should replace python
with something like sys.executable
.