Skip to content

framework/replay: allow using local file for a download

David Heidelberg requested to merge dh/piglit:download_fix_file_protocol into main

There are two approaches possible:

  1. import requests-file, which introduces another dependency.
  2. import one class, with a simple file reader. Since we don't need anything fancy, this is the approach I chose.
Edited by David Heidelberg

Merge request reports