-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
CIContinuous IntegrationContinuous IntegrationUnreliable TestUnit tests that occasionally failUnit tests that occasionally failgood first issue
Milestone
Description
pandas/pandas/tests/test_downstream.py
Line 60 in ab668b0
subprocess.check_call(["python", "-OO", "-c", "import pandas"]) |
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
.
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationUnreliable TestUnit tests that occasionally failUnit tests that occasionally failgood first issue