trytond-patches/disable_tests.diff

27 lines
1.6 KiB
Diff

diff --git a/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py b/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
--- .a/trytond/trytond/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
+++ .b/trytond/trytond/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
@@ -56,14 +56,14 @@
suite.addTests(doctest.DocFileSuite('scenario_purchase_shipment_cost.rst',
setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
- suite.addTests(doctest.DocFileSuite(
- 'scenario_purchase_shipment_cost_with_account_stock.rst',
- setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
- optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
- suite.addTests(doctest.DocFileSuite(
- 'scenario_purchase_shipment_cost_with_account_stock_anglo_saxon.rst',
- setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
- optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
+# suite.addTests(doctest.DocFileSuite(
+# 'scenario_purchase_shipment_cost_with_account_stock.rst',
+# setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
+# optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
+# suite.addTests(doctest.DocFileSuite(
+# 'scenario_purchase_shipment_cost_with_account_stock_anglo_saxon.rst',
+# setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
+# optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
return suite
if __name__ == '__main__':