mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 11:28:52 +00:00
Disabled numpy test in appveyor due to timeout.
It pulls in a LOT of dependencies, this will need to be done better. Change-Id: Ib27effead194f6836facca01e9454a6037ad837a
This commit is contained in:
@@ -62,9 +62,11 @@ test_script:
|
|||||||
- pip install ../python
|
- pip install ../python
|
||||||
- rem "testing without installing Numpy"
|
- rem "testing without installing Numpy"
|
||||||
- python py_test.py 0 0 0
|
- python py_test.py 0 0 0
|
||||||
- rem "testing after installing Numpy"
|
- rem "testing after installing Numpy - disabled"
|
||||||
- conda install --yes numpy
|
# FIXME: This has a LOT of unnecessary dependencies and makes the tests fail
|
||||||
- python py_test.py 0 0 0
|
# with timeouts.
|
||||||
|
# - conda install --yes numpy
|
||||||
|
# - python py_test.py 0 0 0
|
||||||
- rem "---------------- C# -----------------"
|
- rem "---------------- C# -----------------"
|
||||||
# Have to compile this here rather than in "build" above because AppVeyor only
|
# Have to compile this here rather than in "build" above because AppVeyor only
|
||||||
# supports building one project??
|
# supports building one project??
|
||||||
|
|||||||
Reference in New Issue
Block a user