File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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
4
4
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
8
8
requests~=2.26
9
- Twisted~=22.2,>=22.2.1
9
+ Twisted~=24.7
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
6
6
build-backend = " setuptools.build_meta"
7
7
8
8
[tool .pytest .ini_options ]
9
- minversion = " 6 .0"
9
+ minversion = " 8 .0"
10
10
# addopts = "-ra -q"
11
11
testpaths = [
12
12
" tests" ,
@@ -20,6 +20,8 @@ python_classes = [
20
20
python_files = [
21
21
" *_t.py"
22
22
]
23
+ asyncio_default_fixture_loop_scope = " session"
24
+ asyncio_default_test_loop_scope = " session"
23
25
markers = [
24
26
" pycbc_couchbase: marks a test for the couchbase API (deselect with '-m \" not pycbc_couchbase\" ')" ,
25
27
" pycbc_acouchbase: marks a test for the acouchbase API (deselect with '-m \" not pycbc_acouchbase\" ')" ,
You can’t perform that action at this time.
0 commit comments