~gotmax23/sourcehutx

sourcehutx: nox: use vcrpy main branch v1 APPLIED

Maxwell G: 1
 nox: use vcrpy main branch

 1 files changed, 2 insertions(+), 3 deletions(-)
#1112357 main.yml success
#1112358 mockbuild.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~gotmax23/sourcehutx/patches/47614/mbox | git am -3
Learn more about email & git

[PATCH sourcehutx] nox: use vcrpy main branch Export this patch

---
 noxfile.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/noxfile.py b/noxfile.py
index b792d8f..5630808 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -48,9 +48,8 @@ def test(session: nox.Session):
    install(
        session,
        ".[test]",
        # httpx: use surrogateescape to allow for binary data
        # https://github.com/kevin1024/vcrpy/pull/760
        "git+https://github.com/gotmax23/vcrpy.git@binary_httpx",
        # Fix loading of files with binary data
        "git+https://github.com/kevin1024/vcrpy",
        editable=True,
    )

-- 
2.43.0
sourcehutx/patches: SUCCESS in 18m37s

[nox: use vcrpy main branch][0] from [Maxwell G][1]

[0]: https://lists.sr.ht/~gotmax23/sourcehutx/patches/47614
[1]: mailto:maxwell@gtmx.me

✓ #1112357 SUCCESS sourcehutx/patches/main.yml      https://builds.sr.ht/~gotmax23/job/1112357
✓ #1112358 SUCCESS sourcehutx/patches/mockbuild.yml https://builds.sr.ht/~gotmax23/job/1112358
Applied.