Fixes for tests under windows

This commit is contained in:
Dan Smith 2022-11-21 18:10:12 -08:00
parent 6907da7abd
commit 336d39d32f
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@ pytest
pytest-xdist
pytest-html
six
pep8
pyserial
future
requests
pywin32; platform_system=="Windows"

View file

@ -1,5 +1,5 @@
[tox]
envlist = unit,driver,style,py3clean,py3unit,py3driver
envlist = style,py3unit,py3driver
skipsdist = True
[testenv]