Skip to content

Commit 320bb54

Browse files
committed
ttempting to get windows working and tested
1 parent a45d669 commit 320bb54

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ tests = [
121121
'pytest-mypy',
122122
'pytest>=4.6.9',
123123
'sphinx>=1.8.5',
124+
'pywin32; sys_platform == "win32"',
124125
]
125126

126127
[project.urls]

tests/test_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def find(L, x):
5555

5656

5757
# ---------------------------------------------------------------------------
58-
def test_windows(argv):
58+
def test_windows():
5959
runprogress()
6060

6161
scraped_lines = scrape_console(100)

0 commit comments

Comments
 (0)