Sebastian Pipping
|
9a37817a3a
|
Merge pull request #904 from kevin1024/fix-ci
Fix CI for error `unshare: write failed /proc/self/uid_map: Operation not permitted` with Ubuntu >=24.04
|
2025-01-17 20:49:41 +01:00 |
|
Sebastian Pipping
|
b4c65bd677
|
main.yml: Allow creation of user namespaces to unshare in Ubuntu >=24.04
|
2025-01-17 20:36:18 +01:00 |
|
Sebastian Pipping
|
93bc59508c
|
Pin GitHub Actions and Read the Docs to explicit Ubuntu 24.04
|
2025-01-17 20:16:30 +01:00 |
|
pre-commit
|
e313a9cd52
|
pre-commit: Autoupdate
|
2025-01-12 09:28:43 -03:00 |
|
Sebastian Pipping
|
5f1b20c4ca
|
Merge pull request #763 from danielnsilva/drop-unused-requests
Add an option to remove unused requests from cassette
|
2025-01-11 20:51:28 +01:00 |
|
Daniel Silva
|
cd31d71901
|
refactor: move logic for building used interactions dict before saving
|
2025-01-11 16:56:59 +00:00 |
|
Daniel Silva
|
4607ca1102
|
fix: add drop_unused_requests check in cassette saving logic
|
2025-01-11 16:55:04 +00:00 |
|
Daniel Silva
|
e3ced4385e
|
docs: update example in advanced.rst
Co-authored-by: Sebastian Pipping <sebastian@pipping.org>
|
2025-01-11 11:21:55 -05:00 |
|
Jair Henrique
|
80099ac6d7
|
Clean pytest configurations
|
2025-01-08 16:16:56 -03:00 |
|
Sebastian Pipping
|
440bc20faf
|
Merge pull request #809 from alga/alga-https-proxy
Fix HTTPS proxy handling
|
2025-01-08 00:20:54 +01:00 |
|
Albertas Agejevas
|
3ddff27cda
|
Remove redundant assertions.
They are covered by the next line.
|
2025-01-07 21:48:24 +02:00 |
|
Albertas Agejevas
|
30b423e8c0
|
Use mode="none" in proxy tests as suggested by @hartwork.
|
2025-01-07 21:48:24 +02:00 |
|
Albertas Agejevas
|
752ba0b749
|
Fix HTTPS proxy handling.
|
2025-01-07 21:48:24 +02:00 |
|
Albertas Agejevas
|
c16e526d6a
|
Integration test for HTTPS proxy handling.
|
2025-01-07 21:48:24 +02:00 |
|
Daniel Silva
|
d64cdd337b
|
style: fix formatting issues to comply with pre-commit hooks
|
2025-01-04 23:45:43 +00:00 |
|
Martin Brunthaler
|
ac230b76af
|
Call urllib.parse less frequently
|
2025-01-04 15:42:49 -03:00 |
|
pre-commit
|
965f3658d5
|
pre-commit: Autoupdate
|
2025-01-04 15:21:25 -03:00 |
|
Jair Henrique
|
6465a5995b
|
Fix docs conf
|
2025-01-04 15:19:50 -03:00 |
|
dependabot[bot]
|
69ca261a88
|
build(deps): bump sphinx-rtd-theme from 2.0.0 to 3.0.2
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 2.0.0 to 3.0.2.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.2)
---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-04 15:19:50 -03:00 |
|
kevin1024
|
3278619dcc
|
Release v7.0.0
v7.0.0
|
2024-12-30 18:59:50 -05:00 |
|
Aleksei Kozharin
|
3fb62e0f9b
|
fix: correctly handle asyncio.run when loop exists
|
2024-12-30 13:34:03 -03:00 |
|
dependabot[bot]
|
81978659f1
|
build(deps): update sphinx requirement from <8 to <9
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v8.0.2)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-28 14:03:41 -03:00 |
|
pre-commit
|
be651bd27c
|
pre-commit: Autoupdate
|
2024-12-28 13:48:49 -03:00 |
|
Jair Henrique
|
a6698ed060
|
Fix aiohttp tests
|
2024-12-28 13:42:54 -03:00 |
|
Igor Gumenyuk
|
48d0a2e453
|
Fixed missing version_string attribute when used with urllib3>=2.3.0
urllib3 in v2.3.0 introduced attribute `version_string` (https://github.com/urllib3/urllib3/pull/3316/files). This attribute is missing in `VCRHTTPResponse` which causes errors like AttributeError: 'VCRHTTPResponse' object has no attribute 'version_string'
This fixes https://github.com/kevin1024/vcrpy/issues/888
|
2024-12-28 13:39:53 -03:00 |
|
Jair Henrique
|
5b858b132d
|
Fix lint
|
2024-12-28 13:25:04 -03:00 |
|
Jair Henrique
|
c8d99a99ec
|
Fix ruff configuration
|
2024-12-28 13:21:15 -03:00 |
|
Sebastian Pipping
|
ce27c63685
|
Merge pull request #736 from kevin1024/drop-python38
[14 Oct 2024] Drop python 3.8 support
|
2024-10-13 04:05:13 +02:00 |
|
Jair Henrique
|
ab8944d3ca
|
Drop python 3.8 support
|
2024-10-12 22:44:42 -03:00 |
|
Sebastian Pipping
|
c6a7f4ae15
|
Merge pull request #872 from kevin1024/precommit-autoupdate
pre-commit: Autoupdate
|
2024-10-11 01:22:08 +02:00 |
|
Kevin McCarthy
|
1d100dda25
|
release v6.0.2
v6.0.2
|
2024-10-07 08:55:44 -04:00 |
|
pre-commit
|
7275e5d65d
|
pre-commit: Autoupdate
|
2024-10-04 16:05:32 +00:00 |
|
Sebastian Pipping
|
c6be705fb4
|
Merge pull request #871 from kevin1024/precommit-autoupdate
pre-commit: Autoupdate
|
2024-09-20 22:37:01 +02:00 |
|
pre-commit
|
10b7f4efb3
|
pre-commit: Autoupdate
|
2024-09-20 16:05:30 +00:00 |
|
Sebastian Pipping
|
7a6ef00f4d
|
Merge pull request #870 from kevin1024/dependabot/github_actions/peter-evans/create-pull-request-7
build(deps): bump peter-evans/create-pull-request from 6 to 7
|
2024-09-19 00:33:49 +02:00 |
|
Sebastian Pipping
|
3bf6ac7184
|
Merge pull request #867 from kevin1024/precommit-autoupdate
pre-commit: Autoupdate
|
2024-09-19 00:32:45 +02:00 |
|
pre-commit
|
983b2202ed
|
pre-commit: Autoupdate
|
2024-09-19 00:28:52 +02:00 |
|
dependabot[bot]
|
15a6b71997
|
build(deps): bump peter-evans/create-pull-request from 6 to 7
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-18 22:27:51 +00:00 |
|
Sebastian Pipping
|
1ca708dcff
|
Merge pull request #862 from kevin1024/test-on-313
Start testing with CPython 3.13
|
2024-09-19 00:00:50 +02:00 |
|
Thomas Grainger
|
f5597fa6c1
|
use pytest_httbin.certs.where() for cafile
|
2024-09-18 22:36:17 +01:00 |
|
Thomas Grainger
|
2b3247b3df
|
remove redundant load_cert_chain
|
2024-09-18 22:35:15 +01:00 |
|
Thomas Grainger
|
d123a5e8d0
|
replace fixture with constant
|
2024-09-18 22:34:48 +01:00 |
|
Thomas Grainger
|
e2815fbc88
|
move httbin_ssl_context fixture into the one place it's used
|
2024-09-18 22:31:36 +01:00 |
|
Thomas Grainger
|
f9d4500c6e
|
test on 3.13
|
2024-09-18 19:24:37 +01:00 |
|
Sebastian Pipping
|
71eb624708
|
Merge pull request #851 from sathieu/consume-body-once2
Ensure body is consumed only once (alternative to #847)
|
2024-08-02 19:16:38 +02:00 |
|
Sebastian Pipping
|
dc449715c1
|
Merge pull request #864 from kevin1024/precommit-autoupdate
pre-commit: Autoupdate
|
2024-08-02 19:15:52 +02:00 |
|
pre-commit
|
275b9085f3
|
pre-commit: Autoupdate
|
2024-08-02 16:05:06 +00:00 |
|
Thomas Grainger
|
35650b141b
|
Merge pull request #856 from connortann/patch-1
Fix package install: remove use of deprecated setuptools.command.test
|
2024-07-29 17:35:23 +01:00 |
|
Thomas Grainger
|
9c8b679136
|
remove unused sys import from setup.py
|
2024-07-29 17:27:19 +01:00 |
|
connortann
|
fab082eff5
|
Update setup.py: remove use of deprecated setuptools.command.test
|
2024-07-29 11:10:18 +01:00 |
|