Skip to content

Commit c6e010d

Browse files
committed
Fix flaky test
1 parent b6c72e4 commit c6e010d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/comparison.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ General information
1616
+---------------------------+-----------------+----------------+--------------------+
1717
| Package | Latest release | License | PEP 440 compatible |
1818
+===========================+=================+================+====================+
19-
| setuptools-git-versioning | 2024 | MIT | yes |
19+
| setuptools-git-versioning | 2025 | MIT | yes |
2020
+---------------------------+-----------------+----------------+--------------------+
2121
| setuptools-scm | 2023 | MIT | yes |
2222
+---------------------------+-----------------+----------------+--------------------+

tests/test_integration/test_substitution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def test_substitution_env(repo, dev_template, pipeline_id, suffix):
126126
assert get_version_setup_py(repo, env=env) == f"1.2.3.post{suffix}"
127127

128128

129+
@pytest.mark.flaky(reruns=3) # running subprocess takes some time, so we can get previous second
129130
@pytest.mark.parametrize(
130131
"template, fmt, callback",
131132
[

0 commit comments

Comments
 (0)