mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add watchdog for tests
This commit is contained in:
parent
02248dcd1a
commit
946076ce83
1 changed files with 10 additions and 0 deletions
|
@ -24,3 +24,13 @@ setproctitle
|
|||
strict_rfc3339
|
||||
supervisor==3.3.5; python_version < '3'
|
||||
virtualenv
|
||||
watchdog
|
||||
|
||||
# If running under windows, please uncomment the following 2 requirements before running
|
||||
# pip-compile -o requirements/static/windows.txt requirements/zeromq.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
|
||||
#
|
||||
# On non windows, please copy the following 2 requirements to the generated windows.txt, un-commented
|
||||
|
||||
#pywin32==223
|
||||
#wmi==1.4.9
|
||||
>>>>>>> Add watchdog for tests
|
||||
|
|
Loading…
Add table
Reference in a new issue