Skip to content

Commit

Permalink
Try to get rid of random errors on Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
href committed Nov 26, 2014
1 parent 39a729b commit f668bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libres/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,7 @@ def test_quota_changes(scheduler):

for r in [r2, r3, r4, r5, r6, r7]:
scheduler.approve_reservations(r)
scheduler.commit()

scheduler.commit()

Expand Down

0 comments on commit f668bb5

Please sign in to comment.