From 1712edf01b30663d1d30cf0f9d43c9b6e2e868a1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 30 Jan 2020 15:01:25 +0100 Subject: Exclude some test for setup.py --- archaeological_finds/tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/tests.py') diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py index b376a34ff..ab27a5b01 100644 --- a/archaeological_finds/tests.py +++ b/archaeological_finds/tests.py @@ -31,6 +31,7 @@ from django.core.exceptions import ObjectDoesNotExist from django.core.files import File from django.core.files.uploadedfile import SimpleUploadedFile from django.core.urlresolvers import reverse +from django.test import tag from django.test.client import Client from ishtar_common.models import ImporterType, IshtarUser, ImporterColumn,\ FormaterType, ImportTarget, IshtarSiteProfile, ProfileType @@ -2020,6 +2021,7 @@ class GeomaticTest(FindInit, TestCase): bf = models.BaseFind.objects.get(pk=bf.pk) self.assertEqual(bf.x, 33) + @tag("not-setup-py") def test_post_save_point(self): find = self.finds[0] base_find = find.base_finds.all()[0] -- cgit v1.2.3