Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests are absurdly slow due to massive network requests #394

Open
wjt opened this issue Nov 8, 2023 · 1 comment
Open

Tests are absurdly slow due to massive network requests #394

wjt opened this issue Nov 8, 2023 · 1 comment

Comments

@wjt
Copy link
Contributor

wjt commented Nov 8, 2023

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.

@wjt
Copy link
Contributor Author

wjt commented Nov 8, 2023

I tried to use aioresponses https://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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant