mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 01:23:24 +08:00
If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.
16 lines
627 B
TOML
16 lines
627 B
TOML
version = "7.45.2"
|
|
|
|
[tool.stubtest]
|
|
# Install on Windows requires building PycURL from source
|
|
#
|
|
# Install on MacOS is too complicated for the CI and does not work with stubtest:
|
|
# % brew install openssl
|
|
# % export LDFLAGS="-L/usr/local/opt/openssl@3/lib"
|
|
# % export CPPFLAGS="-I/usr/local/opt/openssl@3/include"
|
|
# % pip install --compile --install-option="--with-openssl" pycurl
|
|
# TODO: Test on Windows and/or MacOS once wheels are available.
|
|
platforms = ["linux"]
|
|
apt_dependencies = ["libcurl4-openssl-dev"]
|
|
# No need to install on the CI. Leaving here as information for MacOS contributors.
|
|
# brew_dependencies = ["openssl"]
|