From dfad9cb00729b3661cf45e0643de9b962c810d1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:03:10 +0000 Subject: [PATCH] Apply updates from cookiecutter This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters --- .github/workflows/ci.yml | 1 - tox.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c410d1..48f3b9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ on: - 'requirements/dev.txt' - '.docker.env' - '**/.gitignore' - - '.python-version' - 'Dockerfile' - 'LICENSE' - '*.md' diff --git a/tox.ini b/tox.ini index 65e9022..92d3efd 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ setenv = dev: SENTRY_ENVIRONMENT = {env:SENTRY_ENVIRONMENT:dev} dev: NEW_RELIC_APP_NAME = {env:NEW_RELIC_APP_NAME:test-pyramid-app} dev: NEW_RELIC_ENVIRONMENT = {env:NEW_RELIC_ENVIRONMENT:dev} + dev,tests,functests: PYTHONDEVMODE = {env:PYTHONDEVMODE:1} tests,functests: PYTEST_PLUGINS = tests.pytest_plugins.factory_boy dev: ALEMBIC_CONFIG = {env:ALEMBIC_CONFIG:conf/alembic.ini} dev: DATABASE_URL = {env:DATABASE_URL:postgresql://postgres@localhost:5438/postgres}