Add wmi and pythonnet for Windows tests

This commit is contained in:
Twangboy 2023-02-06 12:32:06 -07:00 committed by Pedro Algarvio
parent bdb89d4cca
commit 1edc532723

View file

@ -1,2 +1,4 @@
cherrypy
pytest-salt-factories==1.0.0rc17
pythonnet; sys_platform == 'win32'
wmi; sys_platform == 'win32'