trytond-patches/issue10464.diff
2023-01-04 16:08:24 +01:00

20 lines
908 B
Diff

diff --git a/tests/test_currency.py b/tests/test_currency.py
index bec4c1d..b4f8699 100644
--- a/tryton/modules/currency/tests/test_currency.py
+++ b/tryton/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