Skip to content

Commit

Permalink
Avoid accidental failures on testing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Oct 30, 2024
1 parent 4ec0751 commit 80139a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def execute_file(file_path, caplog):
exec(code, global_vars)


@pytest.mark.flaky(retries=3, delay=1)
@pytest.mark.django_db
@pytest.mark.parametrize("file_path", py_files)
@override_settings(AWS_STORAGE_BUCKET_NAME="testing")
Expand Down

0 comments on commit 80139a3

Please sign in to comment.