summaryrefslogtreecommitdiff
path: root/.github/workflows/unit_tests.yaml
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Deprecate support for Python 3.5 (by removing it from CI) (#31908)Massimiliano Culpo1-3/+3
2022-08-03build(deps): bump actions/setup-python from 4.1.0 to 4.2.0 (#31882)dependabot[bot]1-7/+7
2022-07-31black: configurationTodd Gamblin1-1/+1
2022-07-12build(deps): bump actions/setup-python from 4.0.0 to 4.1.0 (#31526)dependabot[bot]1-7/+7
2022-06-17py-setuptools: install setuptools from wheels directly (#31131)Massimiliano Culpo1-1/+1
2022-06-13Pin setuptools version in Github Action Workflows (#31118)Massimiliano Culpo1-1/+1
2022-06-10build(deps): bump actions/setup-python from 3.1.2 to 4 (#31059)dependabot[bot]1-7/+7
2022-06-08Cancel running workflows automatically on PR update (#31044)Massimiliano Culpo1-0/+5
2022-06-02Fix typo in GitHub Actions step name (#30924)Adam J. Stewart1-1/+1
2022-04-27build(deps): bump actions/checkout from 2 to 3.0.2 (#30235)dependabot[bot]1-9/+9
2022-04-27build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (#30234)dependabot[bot]1-5/+5
2022-04-14build(deps): bump actions/setup-python from 3.1.1 to 3.1.2 (#30017)dependabot[bot]1-7/+7
2022-04-13Add support for Python 3.10 (#29581)Massimiliano Culpo1-6/+6
2022-04-11build(deps): bump actions/setup-python from 3.1.0 to 3.1.1 (#29956)dependabot[bot]1-7/+7
2022-04-06build(deps): bump codecov/codecov-action from 2.1.0 to 3 (#29908)dependabot[bot]1-5/+5
2022-04-04build(deps): bump actions/setup-python from 2 to 3.1.0 (#29843)dependabot[bot]1-7/+7
2022-03-03build(deps): bump actions/setup-python from 2.3.1 to 3 (#29253)dependabot[bot]1-7/+7
2022-03-03build(deps): bump actions/checkout from 2 to 3 (#29276)dependabot[bot]1-9/+9
2022-02-08CI: pin the version of pathlib to v2.3.6 (#28832)Massimiliano Culpo1-0/+4
2022-01-28Update actions/setup-python to latest version (#28634)Massimiliano Culpo1-7/+7
2022-01-27Pin the version of "coverage" in CI to 6.2 (#28638)Massimiliano Culpo1-5/+5
2021-12-23Reduce the unit tests jobs for the original concretizerMassimiliano Culpo1-1/+8
2021-12-13Add a CI job to audit all the packages in the built-in repository (#27945)Massimiliano Culpo1-0/+29
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo1-35/+2
2021-11-18Allow recent pytest versions to be used with Spack (#25371)Massimiliano Culpo1-4/+4
2021-11-18ci: run style unit tests only if we target develop (#27472)Harmen Stoppels1-0/+2
2021-11-03build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#27179)dependabot[bot]1-8/+8
2021-11-02build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#27135)dependabot[bot]1-8/+8
2021-11-01Pin actions to a commit sha instead of tag (#26538)Harmen Stoppels1-19/+19
2021-10-27Remove documentation tests from GitHub Actions (#26981)Massimiliano Culpo1-26/+6
2021-10-22Remove hard-coded repository in centos6 unit test (#26885)Harmen Stoppels1-4/+4
2021-09-15build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0 (#25925)dependabot[bot]1-4/+4
2021-09-14Make clingo the default solver (#25502)Massimiliano Culpo1-2/+5
2021-08-30build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 (#25594)dependabot[bot]1-4/+4
2021-08-27Make `SpecBuildInterface` pickleable (#25628)Massimiliano Culpo1-0/+4
2021-08-19Use kcov from official Ubuntu 20.04 repository (#25385)Massimiliano Culpo1-45/+3
2021-08-18Bootstrap clingo from binaries (#22720)Massimiliano Culpo1-2/+2
2021-07-27`spack style`: add `--root` option (#25085)Todd Gamblin1-1/+6
2021-07-24`spack style`: automatically bootstrap dependenciesvsoch1-2/+1
2021-07-24Bump codecov/action to v2.0.2 (#24983)Massimiliano Culpo1-5/+8
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