Revert testing Reinforcement lerning on Mac

This commit is contained in:
Matthias
2023-05-12 18:07:28 +02:00
parent 6e5a9fe4c9
commit 43213cc6ff

View File

@@ -555,6 +555,8 @@ def test_get_state_info(mocker, freqai_conf, dp_exists, caplog, tickers):
if is_mac():
pytest.skip("Reinforcement learning module not available on intel based Mac OS")
if is_py11():
pytest.skip("Reinforcement learning currently not available on python 3.11.")
freqai_conf.update({"freqaimodel": "ReinforcementLearner"})
freqai_conf.update({"timerange": "20180110-20180130"})