-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use latest versions of python libraries for testing #73
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,5 @@ | ||||||
https://raw.githubusercontent.com/OCA/OCB/11.0/requirements.txt | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is required:
Suggested change
|
||||||
|
||||||
# other test requirements | ||||||
coverage | ||||||
websocket-client |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,5 @@ | ||||||
https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
# other test requirements | ||||||
coverage | ||||||
websocket-client |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,5 @@ | ||||||
https://raw.githubusercontent.com/OCA/OCB/13.0/requirements.txt | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
# other test requirements | ||||||
coverage | ||||||
websocket-client |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,5 @@ | ||||||
https://raw.githubusercontent.com/OCA/OCB/14.0/requirements.txt | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
# other test requirements | ||||||
coverage | ||||||
websocket-client |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Add requirements and bounds that are missing from Odoo's setup.py. | ||
freezegun | ||
lxml-html-clean | ||
num2words | ||
pdfminer | ||
pypdf2<3 | ||
rl-renderPM # reportlab accelerator | ||
xlrd<2 # xlrd 2 dropped xlsx reading capability | ||
|
||
# We use no-binary for psycopg2 because its binary wheels are sometimes broken | ||
# and not very portable. | ||
--no-binary psycopg2 | ||
|
||
# other test requirements | ||
coverage | ||
websocket-client |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Add requirements and bounds that are missing from Odoo's setup.py. | ||
freezegun | ||
lxml-html-clean | ||
num2words | ||
pdfminer | ||
pypdf2<3 | ||
rl-renderPM # reportlab accelerator | ||
xlrd<2 # xlrd 2 dropped xlsx reading capability | ||
|
||
# We use no-binary for psycopg2 because its binary wheels are sometimes broken | ||
# and not very portable. | ||
--no-binary psycopg2 | ||
|
||
# other test requirements | ||
coverage | ||
websocket-client |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Add requirements and bounds that are missing from Odoo's setup.py. | ||
freezegun | ||
lxml-html-clean | ||
num2words | ||
pdfminer | ||
pypdf2<3 | ||
rl-renderPM # reportlab accelerator | ||
xlrd<2 # xlrd 2 dropped xlsx reading capability | ||
|
||
# We use no-binary for psycopg2 because its binary wheels are sometimes broken | ||
# and not very portable. | ||
--no-binary psycopg2 | ||
|
||
# other test requirements | ||
coverage | ||
websocket-client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already in the files, right?