Ben Greiner
Ben Greiner
We (will) use this on openSUSE Tumleweed to support pip with the changed internal API. Did not update, because we do not care about pinning: https://github.com/dephell/dephell/blob/b9a7f596a11aa383a2962c64db08324b60f623bd/pyproject.toml#L151
The clikit dependency on typing extensions reads: ``` [tool.poetry.dependencies] typing-extensions = { version = "^3.6", markers = 'python_version >= "3.5" and python_full_version < "3.5.4"' } ``` But `dephell deps convert...
nbclassic has the jupyter-nbextension, jupyter-bundlerextension and jupyter-serverextension entrypoints but notebook 6.5.x also still has them. https://github.com/jupyter/notebook/blob/8794be872e5428b82dd57601da3a5e51dbab7c78/setup.py#L136-L143 https://github.com/jupyter/nbclassic/blob/82a5768f5f2dbbf405ced200a0b7bd66ca9f1468/setup.py#L133-L140 This means that one package replaces the files of the other, depending on...
**Describe the bug** While packaging the voila rpm for openSUSE, the following test started to fail with notebook 6.4.12: test_image_inlining response = await http_server_client.fetch(base_url) [ 308s] E tornado.simple_httpclient.HTTPTimeoutError: Timeout during...
❓ **I'm submitting a ...** - [X] 🐞 bug report - [ ] 🐣 feature request - [ ] ❓ question about the decisions made in the repository 🐞 **Describe...
Pytest 6.2 [introduced a new PytestUnraisableExceptionWarning](https://docs.pytest.org/en/6.2.x/usage.html#warning-about-unraisable-exceptions-and-unhandled-thread-exceptions), which are disabled for the `Warnings Treated as Exceptions` CI job in #1038. The cause for this should eventually be fixed. See https://github.com/asdf-format/asdf/issues/1038#issuecomment-992974471
- **InfluxDB version:** 1.8.4 - **InfluxDB-python version:** 5.3.1 - **Python version:** e.g. 3.8.8 - **Operating system version:** Linux, openSUSE Tumbleweed rpmbuild of the python-influxdb package. - **Pandas version:**: 1.2.3 pytest...
I get this test failure for aiosmtpd 1.4.2 on openSUSE Tumbleweed: ``` [ 48s] ============================= test session starts ============================== [ 48s] platform linux -- Python 3.9.4, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 --...
Fixes #157 ... at least for Linux. This PR does not fix the Windows fail already happening in master and the macOS tests are broken for unrelated reasons: It downloads...
Mock as a standalone package is not needed. Use the standard lib mock if available