🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
> Yep we don't bundle dashboard. That is intentional because of size. Not everyone might use/require the dashboard. I was thinking of may be provide dashboard as `pip install proxy.py[dashboard]`...
FTR `--threadless` also causes (seemingly similar) problems on macOS (although the root cause may differ). Weirdly enough, it sometimes works without any issues with `--threadless` on all the platforms and...
@abhinavsingh TL;DR This mostly seems problematic under the combination of Python 3.6 and macOS or Windows. We use `--threadless` in tests on the master branch https://github.com/aio-libs/aiohttp/blob/31b90c1/tests/test_proxy_functional.py#L44, it's running against a...
FWIW for some reason it works under Python 3.7+ on Windows in our CI. No idea why... Maybe we do something to the ioloop that "fixes" it, dunno.
You could also include removing ignores for some of the `D`-rules from `.flake8`.
Pylint has a feature to forbid imports of one module and recommend another. You could add the following to `.pylintrc`: ```ini [IMPORTS] preferred-modules = unittest:pytest, ```
Does duktape support this?
Well, then it's not a dukpy's bug. Once they implement and release it, dukpy would only need to update the embedded version of duktape.
I'd recommend adding PRs with xfailing tests for such cases so there's an acceptance test in the tree whenever somebody gets around to fixing it.
You must be using some old version. I wrote a test and it succeeds on master.