Andrey Rakhmatullin

Results 123 issues of Andrey Rakhmatullin

```python install_requires=[ "cssselect>=1.2.0", "jmespath", "lxml", "packaging", "w3lib>=1.19.0", ], ```

enhancement
CI

[Currently](https://github.com/python/typeshed/blob/main/stubs/pexpect/pexpect/popen_spawn.pyi#L20) the hint says that `env` is `os._Environ[str] | None`, but in practice it's not as specific. It's passed unmodified to `subprocess.Popen`, so maybe it should simply be `subprocess._ENV` if...

stubs: improvement

Running tests shouldn't print warnings, especially so many.