Skip to content

Commit

Permalink
ttempting to get windows working and tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick van Hattem authored and Rick van Hattem committed Jan 24, 2024
1 parent f141e29 commit fdf42a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ tests = [
'pytest-mypy',
'pytest>=4.6.9',
'sphinx>=1.8.5',
'pywin32; sys_platform == "win32"',
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def find(L, x):


# ---------------------------------------------------------------------------
def test_windows(argv):
def test_windows():
runprogress()

scraped_lines = scrape_console(100)
Expand Down

0 comments on commit fdf42a1

Please sign in to comment.