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
Sebastian Pipping
ffc04f9128
Merge pull request #853 from kevin1024/precommit-autoupdate
...
pre-commit: Autoupdate
2024-07-27 01:25:13 +02:00
pre-commit
4d84da1809
pre-commit: Autoupdate
2024-07-26 16:05:08 +00:00
Mathieu Parent
241b0bbd91
Ensure body is consumed only once
...
Fixes : #846
Signed-off-by: Mathieu Parent <math.parent@gmail.com >
2024-07-21 22:53:45 +02:00
Sebastian Pipping
042e16c3e4
Merge pull request #850 from kevin1024/precommit-autoupdate
...
pre-commit: Autoupdate
2024-07-13 21:52:05 +02:00
pre-commit
acef3f49bf
pre-commit: Autoupdate
2024-07-05 16:05:04 +00:00
Sebastian Pipping
9cfa6c5173
Merge pull request #845 from kevin1024/precommit-autoupdate
...
pre-commit: Autoupdate
2024-06-30 15:24:31 +02:00
Sebastian Pipping
39a86ba3cf
pre-commit: Fix Ruff invocation for >=0.5.0
...
Related changes in Ruff:
https://github.com/astral-sh/ruff/pull/9687
2024-06-30 15:18:35 +02:00
pre-commit
543c72ba51
pre-commit: Autoupdate
2024-06-28 16:04:49 +00:00
Sebastian Pipping
86b114f2f5
Merge pull request #831 from kevin1024/precommit-autoupdate
...
pre-commit: Autoupdate
2024-06-02 15:33:33 +02:00
Sebastian Pipping
4b06f3dba1
Merge pull request #836 from chuckwondo/fix-testing-instructions
...
Fix typos in testing instructions
2024-06-02 15:29:57 +02:00
pre-commit
1c6503526b
pre-commit: Autoupdate
2024-06-02 15:27:57 +02:00
Sebastian Pipping
c9c05682cb
Merge pull request #843 from kevin1024/fix-ci-through-recent-setuptools
...
Fix CI through recent Setuptools + start building once a week to notice CI issues earlier
2024-06-02 15:27:23 +02:00
Sebastian Pipping
39c8648aa7
main.yml: Make sure that build issues do not go unnoticed for >7 days
2024-06-02 15:23:51 +02:00
Sebastian Pipping
dfff84d5bb
main.yml: Fix "pypy-3.9,urllib3<2" CI through recent Setuptools
...
Command "pip install codecov '.[tests]' 'urllib3<2'" was failing
with error:
> hpy 0.9.0 has requirement setuptools>=64.0, but you have
> setuptools 58.1.0.
2024-06-02 15:23:08 +02:00
Chuck Daniels
40ac0de652
Fix typos in test commands
2024-04-21 19:58:00 -04:00
Sebastian Pipping
f3147f574b
Merge pull request #830 from pjonsson/permit-urllib3
...
Permit urllib3 >=2 for non-PyPy Python >=3.10 in order to help users of Poetry
2024-03-11 19:35:43 +01:00
Sebastian Pipping
298a6933ff
Merge pull request #829 from kevin1024/precommit-autoupdate
...
pre-commit: Autoupdate
2024-03-10 23:17:01 +01:00
Peter A. Jonsson
52da776b59
Permit urllib3 2.x for non-PyPy Python >=3.10
...
Poetry makes platform indepdent lock files,
so the PyPy marker is there even when using
CPython >= 3.10.
Add a third constraint that permits any urllib3
version when using Python >=3.10 and some
other implementation than PyPy.
2024-03-10 22:37:04 +01:00
pre-commit
8842fb1c3a
pre-commit: Autoupdate
2024-03-08 16:04:43 +00:00
Sebastian Pipping
6c4ba172d8
Merge pull request #827 from kevin1024/precommit-autoupdate
...
pre-commit: Autoupdate
2024-03-06 14:40:32 +01:00
pre-commit
c88f2c0dab
pre-commit: Mass-apply ruff formatter
2024-03-06 14:35:01 +01:00
pre-commit
3fd6b1c0b4
pre-commit: Autoupdate
2024-03-01 16:04:42 +00:00
Sebastian Pipping
c6d87309f4
Merge pull request #823 from mgorny/httpbin-compat
...
Improve test compatibility with legacy httpbin index
2024-02-28 20:38:23 +01:00
Sebastian Pipping
1fb9179cf9
Merge pull request #813 from kevin1024/precommit-autoupdate
...
pre-commit: Autoupdate
2024-02-28 20:37:08 +01:00
pre-commit
a58e0d8830
pre-commit: Autoupdate
2024-02-23 16:04:44 +00:00
dependabot[bot]
acc101412d
build(deps): bump pre-commit/action from 3.0.0 to 3.0.1
...
Bumps [pre-commit/action](https://github.com/pre-commit/action ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases )
- [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: pre-commit/action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-21 10:39:22 -03:00
Michał Górny
e60dafb8dc
Improve test compatibility with legacy httpbin index
...
Make the tests slightly more flexible to match both the flasgger-based
and legacy httpbin index. This is needed for compatibility with
https://github.com/psf/httpbin/pull/44 when flasgger is not installed
(e.g. on architectures that are not supported by Rust).
2024-02-16 19:33:41 +01:00
dependabot[bot]
3ce5979acb
build(deps): bump peter-evans/create-pull-request from 5 to 6
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6 )
---
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-02-06 10:13:52 -03:00
Kevin McCarthy
68038d0559
release v6.0.1
v6.0.1
2024-01-25 11:13:56 -05:00
Thomas Grainger
f76289aa78
Merge pull request #811 from kevin1024/graingert-patch-1
...
return values from generator decorator
2024-01-24 13:22:32 +00:00
Thomas Grainger
6252b92f50
add test for generator decorator return
2024-01-23 17:29:35 +00:00
Kevin McCarthy
1e3a5ac753
Release v6.0.0
v6.0.0
2024-01-23 10:54:46 -05:00
Thomas Grainger
b1c45cd249
return values from generator decorator
2024-01-23 15:07:23 +00:00
Thomas Grainger
3a5ff1c1ce
Merge pull request #810 from graingert/fix-tornado-related-deprecation-warnings
...
fix tornado related warnings by replacing pytest-tornado with a simple coroutine runner
2024-01-23 14:02:31 +00:00
Thomas Grainger
bf80673454
fix tornado related warnings
2024-01-23 13:02:29 +00:00
Thomas Grainger
8028420cbb
Merge pull request #801 from graingert/fix-resource-warning-2
2024-01-23 12:39:35 +00:00
Thomas Grainger
784b2dcb29
tornado test_redirects is no longer an online test
2024-01-23 12:33:45 +00:00
Thomas Grainger
42b4a5d2fa
move off of mockbin on tornado tests also
2024-01-23 12:33:15 +00:00
Thomas Grainger
b7f6c2fce2
mark tornado tests as online
2024-01-23 12:24:48 +00:00
Thomas Grainger
6d7a842a33
fix test_tornado_exception_can_be_caught RuntimeError: generator raised StopIteration
2024-01-23 12:24:48 +00:00
Thomas Grainger
db1f5b0dee
tornado 6 changes raise_error behaviour
2024-01-23 12:12:52 +00:00
Thomas Grainger
c6667ac56c
restore scheme fixture for tests
2024-01-23 12:12:05 +00:00
Thomas Grainger
a093fb177d
add new deprecation warnings for tornado tests
2024-01-23 12:09:39 +00:00
Thomas Grainger
666686b542
restore pytest-tornado
2024-01-23 11:12:02 +00:00
Thomas Grainger
5104b1f462
Merge branch 'master' of github.com:kevin1024/vcrpy into fix-resource-warning-2
2024-01-23 11:03:49 +00:00
Jair Henrique
62fe272a8e
Remove tox reference from contributing docs
2024-01-22 23:17:25 -03:00