You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The full test suite takes many minutes to run, and performs multiple gigabytes of network requests. The worst offender is test_chromiumchecker.py because this test involves downloading a chromium source tarball – more than 3 GiB.
The text was updated successfully, but these errors were encountered:
I tried to use aioresponseshttps://github.com/pnuckowski/aioresponses but I am apparently not smart enough to make this work. The mock object gets stopped too early for reasons I don't understand.
The full test suite takes many minutes to run, and performs multiple gigabytes of network requests. The worst offender is
test_chromiumchecker.py
because this test involves downloading a chromium source tarball – more than 3 GiB.The text was updated successfully, but these errors were encountered: