summaryrefslogtreecommitdiff
path: root/.github/workflows/unit_tests.yaml
AgeCommit message (Expand)AuthorFilesLines
2021-07-09coverage: move config from `.coveragerc` to `pyproject.toml`Todd Gamblin1-4/+4
2021-07-09mypy: move configuration to pyproject.toml (#24802)Todd Gamblin1-2/+2
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+1
2021-07-07cvs tests: don't use dateutil at allTodd Gamblin1-6/+5
2021-07-07style: Move isort configuration to pyproject.tomlTodd Gamblin1-2/+2
2021-07-07style: add support for `isort` and `--fix`Danny McClanahan1-2/+2
2021-06-29vermin: show line numbers of violations (#24580)Massimiliano Culpo1-2/+2
2021-06-28Use flake8-import-order to enforce PEP-8 compliance (#23947)Adam J. Stewart1-2/+2
2021-06-23Fix broken CI for package only PRs, make dateutil not strictly required (#24484)Massimiliano Culpo1-0/+4
2021-06-22Implement CVS fetcher (#23212)Erik Schnetter1-10/+13
2021-06-08mypy: add types-six to the list of installed packages (#24207)Massimiliano Culpo1-1/+1
2021-05-22Spack can Use RHEL8's `platform-python` if nothing else is available. (#23857)Todd Gamblin1-2/+0
2021-04-22qa: install clingo-cffi from pip (#23163)Massimiliano Culpo1-23/+54
2021-03-20QA: reduce number of unit tests for jobs not in the matrix (#22426)Massimiliano Culpo1-7/+28
2021-03-19CI: treat push to develop in the same way as PRs (#22421)Massimiliano Culpo1-5/+3
2021-03-19CI: drastically reduce the number of tests for package only PRs (#22410)Massimiliano Culpo1-1/+1
2021-03-16The action to detect changes needs a repository to be checked out on push eve...Massimiliano Culpo1-0/+4
2021-03-16Speed-up CI by reorganizing tests (#22247)Massimiliano Culpo1-0/+337