Only py3.7+ has ThreadingHTTPServer and SimpleHTTPRequestHandler that can take a directory argument. We could reimplement this on py36 (easy for threading, harder for missing directory) but instead this commit just skips tests that try to use a ThreadingHTTPServer. Remove once we no longer support py3.6. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_container_storage_source.py | ||
| test_curl_source.py | ||