Skip to content

Commit 8823290

Browse files
committed
fixup! fixture debug for gha
1 parent f165d1b commit 8823290

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import subprocess
32
import pathlib
43
import pytest
54
import random
@@ -38,8 +37,6 @@ def _create_log_file(data_dir: pathlib.Path, **kwargs) -> pathlib.Path:
3837
log_file.write_text(content)
3938
time_ = parts["timestamp"].timestamp()
4039
os.utime(log_file, times=(time_, time_))
41-
print(f"CREATED {log_file} {log_file}")
42-
subprocess.call(args=["ls", "-l", str(log_file)])
4340
return log_file
4441

4542
return _create_log_file

0 commit comments

Comments
 (0)