Skip to content

Commit e5f9263

Browse files
remove pytest.mark
1 parent fffb812 commit e5f9263

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/settings-library/tests/test_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def test_create_settings_class(
119119
M.model_fields["VALUE_DEFAULT_ENV"].get_default(call_default_factory=True)
120120

121121

122-
@pytest.mark.testit
123122
def test_create_settings_class_with_environment(
124123
monkeypatch: pytest.MonkeyPatch,
125124
create_settings_class: Callable[[str], type[BaseCustomSettings]],

0 commit comments

Comments
 (0)