File tree Expand file tree Collapse file tree 4 files changed +21
-33
lines changed Expand file tree Collapse file tree 4 files changed +21
-33
lines changed Original file line number Diff line number Diff line change @@ -60,19 +60,19 @@ flake8 = "^5.0.1"
6060mypy = " ^0.960"
6161pydocstyle = " ^6.1.1"
6262doc8 = " ^0.11.1"
63- tox = " ^3.24.4 "
64- pytest = " ^7.0.0 "
63+ tox = " ^3.25.1 "
64+ pytest = " ^7.1.2 "
6565pytest-cov = " ^3.0.0"
6666pytest-rerunfailures = " ^10.2"
67- pytest-xdist = " ^2.4 .0"
68- pytest-timeout = " ^2.0.1 "
67+ pytest-xdist = " ^2.5 .0"
68+ pytest-timeout = " ^2.1.0 "
6969pydot = " ^1.4.2"
7070sphinx = " ^4.2.0"
7171sphinx-bootstrap-theme = " ^0.8.0"
7272nbsphinx = " ^0.8.8"
7373nbsphinx-link = " ^1.3.0"
7474IPython = " ^7.34.0"
75- moto = " ^3.1.14 "
75+ moto = " ^4.0.3 "
7676jupyterlab = " ^3.1.4"
7777s3fs = " 0.4.2"
7878python-Levenshtein = " ^0.12.2"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def moto_glue():
6060
6161@pytest .fixture (scope = "function" )
6262def moto_dynamodb ():
63- with moto .mock_dynamodb2 ():
63+ with moto .mock_dynamodb ():
6464 dynamodb = boto3 .resource ("dynamodb" )
6565 dynamodb .create_table (
6666 TableName = "table" ,
Original file line number Diff line number Diff line change 88 .[sqlserver]
99 .[oracle]
1010 .[sparql]
11- pytest ==7.0.0
11+ pytest ==7.1.2
1212 pytest-rerunfailures ==10.2
13- pytest-xdist ==2.4 .0
14- pytest-timeout ==2.0.1
15- moto ==3 .0.3
13+ pytest-xdist ==2.5 .0
14+ pytest-timeout ==2.1.0
15+ moto ==4 .0.3
1616 s3fs ==0.4.2
1717commands =
1818 pytest -n {posargs} -s -v --timeout =300 --reruns =2 --reruns-delay =15 \
You can’t perform that action at this time.
0 commit comments