mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Use dashes instead of underscores for METADATA.toml field names (#15614)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
version = "25.9.*"
|
||||
upstream_repository = "https://github.com/gevent/gevent"
|
||||
upstream-repository = "https://github.com/gevent/gevent"
|
||||
dependencies = ["types-greenlet", "types-psutil>=7.2.0"]
|
||||
|
||||
[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"]
|
||||
ci-platforms = ["linux", "darwin", "win32"]
|
||||
# for testing the ffi loop implementations on all platforms
|
||||
stubtest_dependencies = ["cffi", "dnspython"]
|
||||
apt_dependencies = ["libev4", "libev-dev", "libuv1", "libuv1-dev"]
|
||||
brew_dependencies = ["libev", "libuv"]
|
||||
stubtest-dependencies = ["cffi", "dnspython"]
|
||||
apt-dependencies = ["libev4", "libev-dev", "libuv1", "libuv1-dev"]
|
||||
brew-dependencies = ["libev", "libuv"]
|
||||
|
||||
Reference in New Issue
Block a user