OFS / opae-sdk

Open Programmable Acceleration Engine
https://ofs.github.io
BSD 3-Clause "New" or "Revised" License
259 stars 82 forks source link

Fix: remove problematic pip option --no-warn-script-location #3034

Closed tswhison closed 1 year ago

tswhison commented 1 year ago

Description

On certain older Python3 installations, this option is not supported; and when it is encountered, it causes pip to error out. Its only use is to suppress a warning message. Removing it will allow older pip's to do the right thing, and newer pip's will show the warning.

Collateral (docs, reports, design examples, case IDs):

Tests added:

Tests run:

CI

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 6774203789


Totals Coverage Status
Change from base Build 6774090001: 0.0%
Covered Lines: 15767
Relevant Lines: 23113

💛 - Coveralls