We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbcc3c commit c55fd89Copy full SHA for c55fd89
backtesting/test/_test.py
@@ -86,6 +86,7 @@ def test_run_invalid_param(self):
86
bt = Backtest(GOOG, SmaCross)
87
self.assertRaises(AttributeError, bt.run, foo=3)
88
89
+ @unittest.skipIf('win' in sys.platform, 'Slow on CI')
90
def test_run_speed(self):
91
92
start = time.process_time()
0 commit comments