Skip to content

Commit

Permalink
remove edc-reference as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Oct 31, 2023
1 parent ee370c9 commit ab205ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions edc_glucose/tests/tests/test_glucose_form_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from edc_appointment.models import Appointment
from edc_constants.constants import NOT_APPLICABLE, YES
from edc_lab.constants import EQ
from edc_reference import site_reference_configs
from edc_reportable import MILLIMOLES_PER_LITER
from edc_utils import get_utcnow
from edc_visit_schedule.site_visit_schedules import site_visit_schedules
Expand All @@ -20,9 +19,6 @@ class TestGlucose(TestCase):
def setUp(self):
site_visit_schedules._registry = {}
site_visit_schedules.register(visit_schedule)
site_reference_configs.register_from_visit_schedule(
visit_models={"edc_appointment.appointment": "edc_visit_tracking.subjectvisit"}
)
self.subject_identifier = "1234"
appointment = Appointment.objects.create(
subject_identifier=self.subject_identifier,
Expand Down
1 change: 0 additions & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
# "edc_lab.apps.AppConfig",
# "edc_metadata.apps.AppConfig",
# "edc_offstudy.apps.AppConfig",
# "edc_reference.apps.AppConfig",
# "edc_registration.apps.AppConfig",
# "edc_identifier.apps.AppConfig",
# "edc_notification.apps.AppConfig",
Expand Down

0 comments on commit ab205ed

Please sign in to comment.