Skip to content

Commit

Permalink
TST: more compatible test_asv_benchmark_timings
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed Jan 1, 2019
1 parent bbdc333 commit a9d21a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,5 @@ def test_asv_benchmark_timings():
# Check the benchmark runner runs
util.check_call([sys.executable, '-masv.benchmark', 'timing',
'--setup=import time',
'time.sleep(0)'])
'time.sleep(0)'],
cwd=os.path.join(os.path.dirname(__file__), '..'))

0 comments on commit a9d21a5

Please sign in to comment.