Skip to content

Commit

Permalink
Attempt workaround for failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 19, 2024
1 parent e051242 commit 4f8fcfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaraco/context/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def repo_context(
>>> repo = repo_context('https://github.com/jaraco/jaraco.context')
>>> with repo as dest:
... listing = os.listdir(dest)
... __import__('time').sleep(__import__('platform').system() == 'Windows')
>>> 'README.rst' in listing
True
"""
Expand Down

0 comments on commit 4f8fcfb

Please sign in to comment.