Skip to content

Commit

Permalink
Merge pull request #1182 from freedomofpress/dependabot/pip/dependenc…
Browse files Browse the repository at this point in the history
…ies-c1de94f1d0

Bump the dependencies group across 1 directory with 5 updates
  • Loading branch information
legoktm authored Sep 24, 2024
2 parents 021fc7d + 17e96f2 commit de73145
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 129 deletions.
2 changes: 1 addition & 1 deletion launcher/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest


@pytest.fixture()
@pytest.fixture
def tmpdir():
"""Run the test in a temporary directory"""
cwd = os.getcwd()
Expand Down
4 changes: 2 additions & 2 deletions launcher/tests/test_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ def test_apply_templates_success(mocked_info, mocked_error, mock_proc, write_upd
def test_apply_templates(templates, stderr, expected):
with mock.patch(
"sdw_updater.Updater._start_qubes_updater_proc",
return_value=subprocess.Popen(
return_value=subprocess.Popen( # noqa: S602
f"echo '{stderr}' >> /dev/stderr",
shell=True, # noqa: S602
shell=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
),
Expand Down
Loading

0 comments on commit de73145

Please sign in to comment.