diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4cc1791006..5e4bbab7a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -63,6 +63,10 @@ Changed * Relaxed `dnspython` pinning for compatibility with python 3.10 and greater. #6265 Contributed by @nzlosh +* Switched tests from `nosetest` to `pytest`. `st2-run-pack-tests` also uses pytest. + So, all pack tests must be runnable by `pytest`, which may require migration. #6291 + Contributed by @nzlosh, @FileMagic, @guzzijones, and @cognifloyd. + Added ~~~~~ * Continue introducing `pants `_ to improve DX (Developer Experience)