mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Add a 'stubtest' flag to METADATA.toml (#6687)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
co-authored by
Akuli
parent
15958a2628
commit
bb77f39b7c
@@ -1,2 +1,3 @@
|
||||
version = "0.7.*"
|
||||
requires = []
|
||||
stubtest = false # easily fixable, some platform differences between local and CI
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
version = "0.2.*"
|
||||
python2 = true
|
||||
stubtest = false # install fails locally
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "7.44.*"
|
||||
stubtest = false # install failure, missing libcurl
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
version = "1.16.*"
|
||||
python2 = true
|
||||
stubtest = false # TODO: figure out why this is needed
|
||||
|
||||
Reference in New Issue
Block a user