trytond-patches/issue10464.diff

20 lines
926 B
Diff

diff --git a/tests/test_currency.py b/tests/test_currency.py
index bec4c1d..b4f8699 100644
--- a/trytond/trytond/modules/currency/tests/test_currency.py
+++ b/trytond/trytond/modules/currency/tests/test_currency.py
@@ -382,9 +382,9 @@ def suite():
tearDown=doctest_teardown, encoding='utf-8',
checker=doctest_checker,
optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
- suite.addTests(doctest.DocFileSuite(
- 'scenario_currency_rate_update.rst',
- tearDown=doctest_teardown, encoding='utf-8',
- checker=doctest_checker,
- optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
+ #suite.addTests(doctest.DocFileSuite(
+ # 'scenario_currency_rate_update.rst',
+ # tearDown=doctest_teardown, encoding='utf-8',
+ # checker=doctest_checker,
+ # optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
return suite