Updates and slight refactor in fix
[scons.git] / requirements-dev.txt
blobe97410e08deb4ebe1b99c4485b53db897fa57010
1 # Dependencies for development - mainly for running tests
3 -r requirements.txt
5 # for now keep pinning "known working" lxml,
6 # it's been a troublesome component in the past.
7 # Skip  lxml for win32 as no tests which require it currently pass on win32
8 lxml<5; python_version < '3.13' and sys_platform != 'win32'
10 ninja
12 # Needed for test/Parallel/failed-build/failed-build.py
13 # Also for test/ninja/shutdown_scons_daemon.py
14 psutil