diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-02-15 18:35:56 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-02-15 18:35:56 +0100 |
| commit | 766541fe9501373eea1ea2e77b865be9ed572cc7 (patch) | |
| tree | 8972f2cfa4e92499dcc863215bfd4634c906c91f /scripts | |
| parent | 3424a1a6f8f91292eca6373ba0cd3fb5170c1648 (diff) | |
| download | psutil-766541fe9501373eea1ea2e77b865be9ed572cc7.tar.gz | |
get rid of pip_install() code for py2; move everything in runner.py
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/internal/winmake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/winmake.py b/scripts/internal/winmake.py index aba3595c..f54211d9 100755 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -31,7 +31,7 @@ if APPVEYOR: PYTHON = sys.executable else: PYTHON = os.getenv('PYTHON', sys.executable) -TEST_SCRIPT = 'psutil\\tests\\__main__.py' +TEST_SCRIPT = 'psutil\\tests\\runner.py' GET_PIP_URL = "https://bootstrap.pypa.io/get-pip.py" PY3 = sys.version_info[0] == 3 HERE = os.path.abspath(os.path.dirname(__file__)) |
