diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml index f013214b47cf..5ff1f4f02b7d 100644 --- a/.github/workflows/python-tests.yaml +++ b/.github/workflows/python-tests.yaml @@ -64,7 +64,7 @@ jobs: lower-bound-requirements: true # Include Docker image builds on the service test run, and disallow the test - # suite from building images automaticlly in fixtures + # suite from building images automatically in fixtures - pytest-options: "--only-services" build-docker-images: true diff --git a/.stoat/comment.hbs b/.stoat/comment.hbs new file mode 100644 index 000000000000..33f773dc2233 --- /dev/null +++ b/.stoat/comment.hbs @@ -0,0 +1,10 @@ +### Pip Freeze Diffs + + + + + + + + +
Postgres 13Postgres 14Sqlite 3
Python 3.7without serviceswithout serviceswithout serviceswith services
Python 3.8without serviceswithout serviceswithout serviceswith services
Python 3.9without serviceswithout serviceswithout serviceswith services
Python 3.10without serviceswithout serviceswithout serviceswith services
Python 3.11without serviceswithout serviceswithout serviceswith services
diff --git a/.stoat/config.yaml b/.stoat/config.yaml index 6d57473838b3..a8be2566d6e1 100644 --- a/.stoat/config.yaml +++ b/.stoat/config.yaml @@ -1,6 +1,7 @@ --- version: 1 enabled: true +comment_template_file: ".stoat/comment.hbs" plugins: job_runtime: enabled: true