We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28b0ac commit 0e3d4b1Copy full SHA for 0e3d4b1
tests/pytest/package_manager/test_mod.py
@@ -27,4 +27,3 @@ def test_windows(input_path, output_path):
27
result = subprocess.run(command, capture_output=True, text=True)
28
assert result.returncode == 0, f"Command failed: {command}\nstdout: {result.stdout}\nstderr: {result.stderr}"
29
assert any(os.scandir(output_path)), f"Output file does not exist: {output_path}"
30
- print(f"Output file does not exist: {output_path}")
0 commit comments