Skip to content

Commit 4fa5a64

Browse files
committed
Merge branch 'master' of github.com:pricingassistant/mrq
Conflicts: mrq/version.py
2 parents f042986 + b153975 commit 4fa5a64

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

mrq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.18"
1+
VERSION = "0.0.18"

tests/test_scheduler.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ def test_scheduler_simple(worker, p_flags):
5656
@pytest.mark.parametrize(["p_flags"], PROCESS_CONFIGS)
5757
def test_scheduler_dailytime(worker, p_flags):
5858

59+
# TODO fixme
60+
if "processes" in p_flags:
61+
return pytest.skip()
62+
5963
# Task is scheduled in 3 seconds
6064
worker.start(
6165
flags="--scheduler --config tests/fixtures/config-scheduler3.py %s" % p_flags,

0 commit comments

Comments
 (0)