Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a comment when downloading and merging from a PR fails via comment_download_pr() #248

Merged
merged 16 commits into from
Feb 14, 2024
Merged
Prev Previous commit
Next Next commit
Revert changes to test_task_build.py
Neves-P authored Feb 11, 2024
commit b82cc0b267dd0e206128175b33dd4282d800f440
3 changes: 1 addition & 2 deletions tests/test_task_build.py
Original file line number Diff line number Diff line change
@@ -18,15 +18,14 @@
import re
import shutil
from unittest.mock import patch
from unittest import TestCase

# Third party imports (anything installed into the local Python environment)
from collections import namedtuple
from datetime import datetime
import pytest

# Local application imports (anything from EESSI/eessi-bot-software-layer)
from tasks.build import Job
from tasks.build import Job, create_pr_comment
from tools import run_cmd, run_subprocess
from tools.job_metadata import create_metadata_file, read_metadata_file
from tools.pr_comments import PRComment, get_submitted_job_comment