Skip to content

Commit

Permalink
Merge pull request #122 from Cray-HPE/CASMCMS-9001-CSM-1.4
Browse files Browse the repository at this point in the history
CASMCMS-9001: Pin pytest to prevent unit test failures
  • Loading branch information
mharding-hpe authored May 16, 2024
2 parents 81fb409 + b78aaee commit 467c483
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.8.6] - 2024-05-16
### Dependencies
- Pin `pytest` to 8.1.1 to prevent unit test failures

## [3.8.5] - 2023-07-18
### Dependencies
- Bump `PyYAML` from 5.4.1 to 6.0.1 to avoid build issue caused by https://github.com/yaml/pyyaml/issues/601
Expand Down
1 change: 1 addition & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ marshmallow==3.0.0b16
oauthlib==2.1.0
pyasn1==0.4.8
pyasn1-modules==0.2.2
pytest==8.1.1
python-dateutil==2.8.1
pytz==2018.4
PyYAML==6.0.1
Expand Down

0 comments on commit 467c483

Please sign in to comment.