This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch dependabot/pip/pytest-8.0.2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit e93deea66e7da5ed2751e3ce83b0a6c5d53902db Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Tue Apr 16 21:46:43 2024 +0200 Add changelog entry for #1994. --- CHANGES.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 092a40230..c9e999187 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -67,6 +67,22 @@ Storage (#1996) [Salih Kerem Dokuz - @keremdokuz] +Other / Development +~~~~~-------------- + +- pytest library used for running tests and microbenchmarks has been upgraded to + v8.1. + + Changes in the pytest test discovery and collection mechanism and ordering + have uncovered some race conditions and cross test pollution which has been + addressed. + + Now all the tests are passing, but it's possible that there are still some + race conditions hiding which many only pop up in the future (since we run + tests in parallel and order in which they run is not fully deterministic). + (#1994) + [Tomaz Muraus - @Kami] + Changes in Apache Libcloud 3.8.0 --------------------------------