Skip to content

Commit a5079f7

Browse files
authored
fix(ci): Pin attrs to a compatible python 3.6 version (CFMTech#68)
* fix(ci): Pin attrs to a compatible python 3.6 version Pytest 6.1 and older requires attrs, which recently breaks python 3.6 compatibility. The point here is to pin attrs to allow pytest-monitor to publish a final package compatible for python 3.6. A fix in changelog have made in order for the documentation to be compiled.
1 parent 1bbb9e8 commit a5079f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/sources/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44

55
* :release:`1.6.6 <2023-05-06>`
66
* :bug:`#64` Prepare version 1.7.0 of pytest-monitor. Last version to support Python <= 3.7 and all pytest <= 5.*
7-
* :bug:`Reworked CI workflow` Improve and fix some CI issues, notably one that may cause python to not be the requested one but a more recent one.
7+
* :bug:`#0` Improve and fix some CI issues, notably one that may cause python to not be the requested one but a more recent one.
88

99
* :release:`1.6.5 <2022-10-16>`
1010
* :bug:`#60` Make sure that when psutil cannot fetch cpu frequency, the fallback mechanism is used.

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ psutil>=5.1.0
22
memory_profiler>=0.58
33
pytest
44
requests
5+
attrs<=22.2.0

0 commit comments

Comments
 (0)