Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 18, 2024
1 parent 0382f6f commit d5717e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_conda_subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ def test_popen(self):

def test_environment_variable(self):
self.assertTrue(
"TESTVAR" in check_output(
"env", prefix_path=self.env_path, env={"TESTVAR": "test"}, universal_newlines=True
"TESTVAR"
in check_output(
"env",
prefix_path=self.env_path,
env={"TESTVAR": "test"},
universal_newlines=True,
).split("\n"),
)

0 comments on commit d5717e3

Please sign in to comment.