Skip to content

Commit

Permalink
Fix smoke test.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 5, 2020
1 parent 7845f12 commit 3693f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from apeye.url import URL
from domdf_python_tools.paths import PathPlus, in_directory
from dulwich import porcelain
from dulwich.porcelain import default_bytes_err_stream

# this package
from repo_helper.build import build_sdist, build_wheel
Expand Down Expand Up @@ -99,7 +100,7 @@ def is_running_on_actions() -> bool:
if is_running_on_actions():
errstream = BytesIO()
else:
errstream = None
errstream = default_bytes_err_stream

start_time = time.time()
porcelain.clone(str(url), target_dir, depth=1, errstream=errstream)
Expand Down

0 comments on commit 3693f10

Please sign in to comment.