Skip to content

Commit

Permalink
[10.0] pin lib that drop py2.7 support
Browse files Browse the repository at this point in the history
pytest-cov, watchdog and ruamel.yaml.clib
  • Loading branch information
yvaucher committed Oct 20, 2021
1 parent bd744c2 commit bc61d32
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 3 additions & 2 deletions 10.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ urllib3==1.24.2

# Migration tools
ruamel.yaml==0.16.13
ruamel.yaml.clib==0.2.2
marabunta==0.10.5
anthem==0.13.0

Expand All @@ -73,9 +74,9 @@ flake8
pytest==4.6
pluggy
pytest-odoo
coverage
coverage==5.5
watchdog==0.10.6
pytest-cov
pytest-cov==2.12.1

# Library dependency
argh==0.26.2
Expand Down
5 changes: 3 additions & 2 deletions 7.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ xlwt==0.7.5

# Migration tools
ruamel.yaml==0.16.13
ruamel.yaml.clib==0.2.2
marabunta==0.10.5
ERPpeek==1.7.1

Expand All @@ -56,9 +57,9 @@ ERPpeek==1.7.1
flake8
pytest==4.6
pytest-odoo
coverage
coverage==5.5
watchdog==0.10.6
pytest-cov
pytest-cov==2.12.1

# Library dependency
argh==0.26.2
Expand Down
5 changes: 3 additions & 2 deletions 8.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ xlwt==0.7.5

# Migration tools
ruamel.yaml==0.16.13
ruamel.yaml.clib==0.2.2
marabunta==0.10.5
ERPpeek==1.7.1

Expand All @@ -56,9 +57,9 @@ ERPpeek==1.7.1
flake8
pytest==4.6
pytest-odoo
coverage
coverage==5.5
watchdog==0.10.6
pytest-cov
pytest-cov==2.12.1

# Library dependency
argh==0.26.2
Expand Down
5 changes: 3 additions & 2 deletions 9.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ suds-jurko==0.6

# Migration tools
ruamel.yaml==0.16.13
ruamel.yaml.clib==0.2.2
marabunta==0.10.5
anthem==0.13.0

Expand All @@ -63,9 +64,9 @@ anthem==0.13.0
flake8
pytest==4.6
pytest-odoo
coverage
coverage==5.5
watchdog==0.10.6
pytest-cov
pytest-cov==2.12.1

# Library dependency
argh==0.26.2
Expand Down
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Unreleased
* [11.0-15.0] Fix setuptools for compat with 2to3 still in used in pinned dependencies
* [12.0-15.0] Get proper wkhtml version for >= buster releases (includes bullseye)
* [15.0] zeep replaces suds-jurko
* [9.0,10.0] pin libraries that dropped python2.7 support (pytest-cov, watchdog and ruamel.yaml.clib)

**Build**

Expand Down

0 comments on commit bc61d32

Please sign in to comment.