Skip to content

Commit 2c9dc52

Browse files
committed
Update docs_src/advanced/uuid
1 parent fb49224 commit 2c9dc52

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

tests/test_advanced/test_uuid/test_tutorial001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@pytest.fixture(
1212
name="mod",
1313
params=[
14-
"tutorial001",
14+
pytest.param("tutorial001_py39"),
1515
pytest.param("tutorial001_py310", marks=needs_py310),
1616
],
1717
)

tests/test_advanced/test_uuid/test_tutorial002.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@pytest.fixture(
1212
name="mod",
1313
params=[
14-
"tutorial002",
14+
pytest.param("tutorial002_py39"),
1515
pytest.param("tutorial002_py310", marks=needs_py310),
1616
],
1717
)

0 commit comments

Comments
 (0)