anfema / integrate

Python integration test framework
BSD 3-Clause "New" or "Revised" License
39 stars 7 forks source link

python 2.7 problem #4

Closed lapcchan closed 6 years ago

lapcchan commented 6 years ago
  File "/usr/lib/python2.7/site-packages/integrate/test.py", line 183, in run
    print("[  OK  ]", flush=True)
TypeError: 'flush' is an invalid keyword argument for this function

problem on 2.7 while 3.4 works fine.

dunkelstern commented 6 years ago

Thanks for the report, i'll look into it :)

dunkelstern commented 6 years ago

I think i fixed it, closing