neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
898 stars 186 forks source link

[4.4] Reduce scope of pip warnings as errors #954

Closed robsdedude closed 1 year ago

robsdedude commented 1 year ago

The CI has been failing too often recently because of changes in pip and dependencies. Those failures were mostly irrelevant warning that we turned into errors for better visibility. However, so far there was never any action we needed to take other than muting that warning on or the other way.

Therefore, this commit changes it so that all pip installation calls are run without treating warnings as error.

Backport of https://github.com/neo4j/neo4j-python-driver/pull/947