You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update fixate-requirements.py to cope with PIP 20.3.3 (#5123)
* Update fixate-requirements.py to cope with PIP 20.3.3
* Update simplejson as earlier not python 3 supported
* Update rednose so py2 versions do not get attempted
* Pin min RandomWords version if use newer pip for build
* Set min for python-json-logger
* ipaddr is python2 only module, picked up by new pip when build. Update to use ipaddress built-in python3 module
* Update min versions to what used in a previous CI build for the new version files
* Update a few more requirements where pip considers multiple versions
* Update more versions
* Pin some requirements that have multiple versions, and are getting pulled in by other dependencies
* Pin some requirements that have multiple versions, and are getting pulled in by other dependencies
* Pin some requirements that have multiple versions, and are getting pulled in by other dependencies
* Pin some requirements that have multiple versions, and are getting pulled in by other dependencies
* Pin some requirements that have multiple versions, and are getting pulled in by other dependencies
* Update pip version
* Install libyaml-dev for PyYAML
* Set min pyparsing
* Put import of internal_req into try/except
* Modify fixate-requirements to work with older and new pips
* vine requirement clashing with amqp
* Remove vine completely to prevent pip clash with amqp
* Remove explicit vine
* If using legacy resolver then have to either not specify versions of inherited dependencies, or have exact version - else it conflicts
* Specifying urllib3 conflicts with requests[security]
* Specifying urllib3 conflicts with requests[security]
* Update version on st2tests
* Update isort
* Update to use virtualenv 20.2.2
* Re-instate setuptools upgrade but with version used by virtualenv
* Update to newest virtualenv to match pip 20.3.3
* Fix lint
* Update pip in run-pack-tests
* Apply suggestions from code review
Co-authored-by: Jacob Floyd <[email protected]>
* Black formatting
* Remove trailing space for lint
* Update CHANGELOG.rst
* Update on requirements
* Update CHANGELOG.rst to force re-run of checks
Co-authored-by: blag <[email protected]>
Co-authored-by: Jacob Floyd <[email protected]>
0 commit comments