diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-15 14:17:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-18 10:32:16 +0000 |
commit | b731fff69c0ffd79f80f5d1d575e016337f3b920 (patch) | |
tree | 58bb38286f4f3858c7e13ede0dd20c525cf4fc54 /CHANGES | |
parent | 1cfe12ed25e54bf4df6639601e7c5d58f023aa4c (diff) |
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -10,6 +10,19 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20220415: +AUTHOR: amdmi3@FreeBSD.org + + A new USES has been added to handle testing with pytest. + + USES= pytest + + Introduces dependency on pytest and adds do-test target which calls + pytest with the right environment and arguments. + + Additionally, PYTEST_{IGNORED,BROKEN}_TESTS knobs are provided for + skipping failing tests in a convenient and documented way. + 20220218: AUTHOR: jrm@FreeBSD.org |