Skip to content

Commit 4b671c8

Browse files
committed
test: fixed win32 typo
Signed-off-by: Cody Edwards <edwards@amazon.com>
1 parent 570952a commit 4b671c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Run these tests in both:
205205
2. Use the `scripts\windows_service_test.py` to test in the context of a service running session 0
206206
1. `hatch build`
207207
1. `pip install --force-reinstall dist\openjd_sessions*.whl`
208-
1. `win32` doesn't work well in virtual environments, so it's more reliable to run with the system Python. The wheel file name will change depending the date and the version that the git branch is based off of.
208+
1. `pywin32` doesn't work well in virtual environments, so it's more reliable to run with the system Python. The wheel file name will change depending the date and the version that the git branch is based off of.
209209
1. Install the service by running `python scripts\windows_service_test.py install --user-name <UserYouWantRunningTheService> --pytest-args="<AnyAdditionalPytestArgsYou'dWantToPassIn>"`
210210
1. Run the test in the service by running `python scripts\windows_service_test.py run`
211211
1. Test output is streamed to 'test.log' in the repository's root directory.

0 commit comments

Comments
 (0)