Skip to content

Commit dec6fb2

Browse files
committedNov 29, 2023
✅ Update tests with missing markers
1 parent c6cedb3 commit dec6fb2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎tests/test_tutorial/test_delete/test_tutorial001_py310_tutorial002_py310.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def test_tutorial001(clear_sqlmodel):
7373
assert calls == expected_calls
7474

7575

76+
@needs_py310
7677
def test_tutorial002(clear_sqlmodel):
7778
from docs_src.tutorial.delete import tutorial002_py310 as mod
7879

‎tests/test_tutorial/test_many_to_many/test_tutorial001_py39.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from sqlmodel import create_engine
44

5-
from ...conftest import get_testing_print_function
5+
from ...conftest import get_testing_print_function, needs_py39
66

77
expected_calls = [
88
[
@@ -35,6 +35,7 @@
3535
]
3636

3737

38+
@needs_py39
3839
def test_tutorial(clear_sqlmodel):
3940
from docs_src.tutorial.many_to_many import tutorial001_py39 as mod
4041

0 commit comments

Comments
 (0)