Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 10, 2025
1 parent b6c72e4 commit c6e010d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/comparison.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ General information
+---------------------------+-----------------+----------------+--------------------+
| Package | Latest release | License | PEP 440 compatible |
+===========================+=================+================+====================+
| setuptools-git-versioning | 2024 | MIT | yes |
| setuptools-git-versioning | 2025 | MIT | yes |
+---------------------------+-----------------+----------------+--------------------+
| setuptools-scm | 2023 | MIT | yes |
+---------------------------+-----------------+----------------+--------------------+
Expand Down
1 change: 1 addition & 0 deletions tests/test_integration/test_substitution.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def test_substitution_env(repo, dev_template, pipeline_id, suffix):
assert get_version_setup_py(repo, env=env) == f"1.2.3.post{suffix}"


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

0 comments on commit c6e010d

Please # to comment.