##// END OF EJS Templates
MAINT: mock slowest test....
MAINT: mock slowest test. The slowest test of our CI is ~3sec as it use subprocess os/system. Mocking make it instantaneous. With our big elements matrix in CI that should save us a bunch of time in total from PR submission to green.

File last commit:

r27682:971e5ce2
r28098:86559125
Show More
pyproject.toml
3 lines | 91 B | text/plain | TOMLLexer
[build-system]
requires = ["setuptools >= 51.0.0"]
build-backend = "setuptools.build_meta"