File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cookiecutter/{{cookiecutter.github_repo_name}}
tests_golden/integration/test_cookiecutter_generation
actor/frequenz-actor-test
model/frequenz-model-test Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ dev-pytest = [
119119 " frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
120120{%- if cookiecutter.type != "api" %}
121121 "pytest-mock == 3.14.0",
122- "pytest-asyncio == 0.23.7 ",
122+ "pytest-asyncio == 0.24.0 ",
123123 "async-solipsism == 0.6",
124124{%- endif %}
125125]
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dev-pytest = [
8282 " pylint == 3.2.5" , # We need this to check for the examples
8383 " frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
8484 " pytest-mock == 3.14.0" ,
85- " pytest-asyncio == 0.23.7 " ,
85+ " pytest-asyncio == 0.24.0 " ,
8686 " async-solipsism == 0.6" ,
8787]
8888dev = [
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dev-pytest = [
8181 " pylint == 3.2.5" , # We need this to check for the examples
8282 " frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
8383 " pytest-mock == 3.14.0" ,
84- " pytest-asyncio == 0.23.7 " ,
84+ " pytest-asyncio == 0.24.0 " ,
8585 " async-solipsism == 0.6" ,
8686]
8787dev = [
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ dev-pytest = [
7878 " pylint == 3.2.5" , # We need this to check for the examples
7979 " frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
8080 " pytest-mock == 3.14.0" ,
81- " pytest-asyncio == 0.23.7 " ,
81+ " pytest-asyncio == 0.24.0 " ,
8282 " async-solipsism == 0.6" ,
8383]
8484dev = [
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dev-pytest = [
8282 " pylint == 3.2.5" , # We need this to check for the examples
8383 " frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
8484 " pytest-mock == 3.14.0" ,
85- " pytest-asyncio == 0.23.7 " ,
85+ " pytest-asyncio == 0.24.0 " ,
8686 " async-solipsism == 0.6" ,
8787]
8888dev = [
You can’t perform that action at this time.
0 commit comments