summaryrefslogtreecommitdiff
path: root/ci
Commit message (Collapse)AuthorAgeFilesLines
* Delete 0002-Stop-relying-on-removed-DEFAULT_CIPHERS.patch (#2996)Thomas Grainger2023-04-281-34/+0
|
* Remove last requests patchQuentin Pradet2023-04-231-40/+0
|
* Remove the Requests warning git patch (#2906)Seth Michael Larson2023-01-301-27/+0
| | | | | | | | | | | * Remove the Requests warning git patch * Fix isort installation See https://github.com/PyCQA/isort/pull/2078 --------- Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
* Remove upstreamed botocore patchQuentin Pradet2022-11-111-14/+0
|
* Create BaseHTTPConnection APIsSeth Michael Larson2022-11-101-0/+14
|
* Change HTTPConnection.getresponse() to return urllib3.HTTPResponseLevi2022-11-072-0/+40
| | | Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
* Drop support for OpenSSL <1.1.1 (#2705)Seth Michael Larson2022-08-222-2/+51
| | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
* Create our own logic for chunked content framingSeth Michael Larson2022-06-191-0/+60
| | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
* Fix requests patch after switch to blackQuentin Pradet2022-04-301-1/+1
|
* Use pypa/build to build dists, remove duplicate Python setup stepIan Stapleton Cordasco2021-12-301-2/+2
| | | | | We don't need to set things up twice in a row (which we were doing in restoring the cache) and let's use pypa/build instead of python setup.py since that's better supported and the future
* Use codecov github action to upload coverageRatan Kulshreshtha2021-10-261-21/+0
|
* Mark test_https_warning as failingQuentin Pradet2021-07-131-8/+8
|
* Run integration tests in GitHub ActionsQuentin Pradet2021-07-135-63/+12
|
* Switch Linux PR tests to GitHub ActionsSeth Michael Larson2020-11-221-1/+3
| | | Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-23/+0
| | | | | | | | - Upgrades syntax to Python 3.6+ with f-strings - Removes most usage of six - Removes documentation relevant to Python 2 - Removes universal wheel config - Removes mock dependency for testing
* Migrate Windows CI to GitHub Actionshodbn2020-09-131-0/+4
|
* Switch to more reliable method to upload coverageQuentin Pradet2020-09-091-3/+16
|
* Rename _travis/ to ci/Quentin Pradet2020-09-097-0/+101
Before using upload_coverage.sh in GitHub Actions