Skip to content

Commit 721e8c6

Browse files
committed
Fix tests marks
1 parent b7d1e0b commit 721e8c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_db_fields.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ def test__parent__init__method_included_in_init_chain(self, db, mocker):
507507
field_init_spy.assert_called_once()
508508
mixin_init_spy.assert_called_once()
509509

510+
@pytest.mark.skipif(condition=wtforms_not_installed, reason="No WTF CI/CD chain")
510511
def test__form_field_class__is_email_field__even_if_size_given__and_validators_set(
511512
self, db
512513
):
@@ -1022,6 +1023,7 @@ def test__parent__init__method_included_in_init_chain(self, db, mocker):
10221023
field_init_spy.assert_called_once()
10231024
mixin_init_spy.assert_called_once()
10241025

1026+
@pytest.mark.skipif(condition=wtforms_not_installed, reason="No WTF CI/CD chain")
10251027
def test__form_field_class__is_url_field__even_if_size_given__and_validators_set(
10261028
self, db
10271029
):

0 commit comments

Comments
 (0)