Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 26, 2024
1 parent 9995ff9 commit f321100
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import logging
from pathlib import Path

from edc_constants.constants import IGNORE
from edc_test_utils import DefaultTestSettings, func_main

app_name = "edc_glucose"
Expand All @@ -15,7 +14,7 @@
APP_NAME=app_name,
SUBJECT_VISIT_MODEL="edc_visit_tracking.subjectvisit",
LIST_MODEL_APP_LABEL="edc_glucose",
EDC_NAVBAR_VERIFY_ON_LOAD=IGNORE,
SILENCED_SYSTEM_CHECKS=["sites.E101", "edc_navbar.E002", "edc_navbar.E003"],
EDC_AUTH_SKIP_SITE_AUTHS=True,
EDC_AUTH_SKIP_AUTH_UPDATER=True,
EXTRA_INSTALLED_APPS=[
Expand Down

0 comments on commit f321100

Please sign in to comment.