mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-31 13:10:23 +08:00
Co-authored-by: Avasam <samuel.06@hotmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
13 lines
518 B
TOML
13 lines
518 B
TOML
version = "25.4.*"
|
|
upstream_repository = "https://github.com/gevent/gevent"
|
|
requires = ["types-greenlet", "types-psutil"]
|
|
|
|
[tool.stubtest]
|
|
# Run stubtest on all platforms, since there is some platform specific stuff
|
|
# especially in the stdlib module replacement
|
|
ci_platforms = ["linux", "darwin", "win32"]
|
|
# for testing the ffi loop implementations on all platforms
|
|
stubtest_requirements = ["cffi", "dnspython"]
|
|
apt_dependencies = ["libev4", "libev-dev", "libuv1", "libuv1-dev"]
|
|
brew_dependencies = ["libev", "libuv"]
|