Skip to content

Commit 9706219

Browse files
committed
Update dev dependencies
Change-Id: I85e785927f1aefa6888f6ab13a9c63695f81020a Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/233040 Reviewed-by: Dimitris Christodoulou <dimitris.christodoulou@couchbase.com> Tested-by: Build Bot <build@couchbase.com>
1 parent 5485046 commit 9706219

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

dev_requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
autopep8~=1.6
2-
pre-commit~=2.17
3-
Faker~=16.6
1+
autopep8~=2.3
2+
pre-commit~=4.2.0
3+
Faker~=37.1
44
faker-vehicle~=0.2
5-
pytest~=6.2,>=6.2.5
6-
pytest-asyncio~=0.17,>=0.17.2
7-
pytest-rerunfailures~=10.2
5+
pytest~=8.3.5
6+
pytest-asyncio~=1.1
7+
pytest-rerunfailures~=15.1
88
requests~=2.26
9-
Twisted~=22.2,>=22.2.1
9+
Twisted~=24.7

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
build-backend = "setuptools.build_meta"
77

88
[tool.pytest.ini_options]
9-
minversion = "6.0"
9+
minversion = "8.0"
1010
#addopts = "-ra -q"
1111
testpaths = [
1212
"tests",
@@ -20,6 +20,8 @@ python_classes = [
2020
python_files = [
2121
"*_t.py"
2222
]
23+
asyncio_default_fixture_loop_scope = "session"
24+
asyncio_default_test_loop_scope = "session"
2325
markers = [
2426
"pycbc_couchbase: marks a test for the couchbase API (deselect with '-m \"not pycbc_couchbase\"')",
2527
"pycbc_acouchbase: marks a test for the acouchbase API (deselect with '-m \"not pycbc_acouchbase\"')",

0 commit comments

Comments
 (0)