LLNL / ATS

ATS - Automated Testing System - is an open-source, Python-based tool for automating the running of tests of an application across a broad range of high performance computers.
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

pip installs ats with poetry, not setuptools #97

Closed davidbloss closed 1 year ago

davidbloss commented 1 year ago

Replace backend build system with poetry. Put differently, pip builds with poetry instead of setuptools.

dawson6 commented 1 year ago

will pull this and review it