Skip to content

Commit b02c23f

Browse files
committed
Use stable link to pytest documentation rather then latest.
1 parent b04c879 commit b02c23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fixture on its own. Consider:
5252
In this example, both `test_b[7]` and `test_c[7]` are skipped, because
5353
`test_a[7]` deliberately fails.
5454

55-
.. __: https://docs.pytest.org/en/latest/fixture.html#automatic-grouping-of-tests-by-fixture-instances
55+
.. __: https://docs.pytest.org/en/stable/fixture.html#automatic-grouping-of-tests-by-fixture-instances
5656

5757
Depend on all instances of a parametrized test at once
5858
------------------------------------------------------

0 commit comments

Comments
 (0)