Skip to content

Commit 252b444

Browse files
committed
Simplify test
1 parent de8a2f4 commit 252b444

File tree

2 files changed

+3
-57
lines changed

2 files changed

+3
-57
lines changed

tests/test_tutorial/test_relationship_attributes/test_define_relationship_attributes/test_tutorial001.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
import pytest
55
from sqlmodel import create_engine
66

7-
from ....conftest import PrintMock, needs_py310
7+
from ....conftest import PrintMock
88

99

1010
@pytest.fixture(
1111
name="mod",
1212
params=[
13-
pytest.param("tutorial001_py310", marks=needs_py310),
13+
pytest.param("tutorial001_py310"),
14+
pytest.param("tutorial001_an_py310"),
1415
],
1516
)
1617
def get_module(request: pytest.FixtureRequest) -> ModuleType:

tests/test_tutorial/test_relationship_attributes/test_define_relationship_attributes/test_tutorial001_an_py310.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)