| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-04 | use python2-compatible syntax because needed on macOS | Eli Schwartz | |
| Apparently this unittest runs on macOS using the system python2. | |||
| 2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | |
| performed by running "pyupgrade --py36-plus" and committing the results | |||
| 2020-10-07 | Tests: py.dependency() now has required:true by default | Xavier Claessens | |
| It used to ignore the required argument and got fixed to be consistent with dependency() function. | |||
| 2020-01-21 | Use python3 in some tests which were still using python | Sebastien Bacher | |
| The unversioned command is deprecated and removed from some distributions | |||
| 2018-09-16 | find_installation: Add support for feature option in required kwarg | Xavier Claessens | |
| Closes: #4165. | |||
| 2018-09-06 | Condense test dirs. | Jussi Pakkanen | |
