You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Changelog
2
2
3
3
## [Unreleased]
4
+
### Added
5
+
- Pytest version >= 8 support, by @HardNorth
6
+
### Removed
7
+
-`Packege` and `Dir` item types processing on test collection. This is done to preserve backward compatibility and improve name consistency, by @HardNorth
8
+
### Changed
9
+
-`rp_issue_system_url` renamed to `rp_bts_issue_url` to be consistent with other agents, by @HardNorth
10
+
11
+
## [5.3.2]
4
12
### Changed
5
13
- Set upper pytest version limit to not include `8.0.0`, by @HardNorth
0 commit comments