install necessary dirs for tests (#7044)
* install necessary dirs to tests * rem RUNTIME from install step * fix paths * fix install paths * fix install paths: add destination dirs * add pandas * fix requirements conflict - change pytest version to ~5 * remove comment from requirements.txt * upd numpy version
This commit is contained in:
parent
70e0b7817f
commit
1f4664162a
@ -20,3 +20,6 @@ add_subdirectory(common)
|
||||
add_subdirectory(unittests)
|
||||
add_subdirectory(memleaks_tests)
|
||||
add_subdirectory(memcheck_tests)
|
||||
|
||||
install(DIRECTORY scripts/ DESTINATION tests/stress_tests/scripts COMPONENT tests EXCLUDE_FROM_ALL)
|
||||
install(DIRECTORY .automation/ DESTINATION tests/stress_tests/.automation COMPONENT tests EXCLUDE_FROM_ALL)
|
||||
|
@ -2,5 +2,6 @@ pymongo
|
||||
Jinja2
|
||||
PyYAML
|
||||
fastjsonschema~=2.15.1
|
||||
pandas
|
||||
|
||||
h5py<3.0.0 # WA for OMZ Keras models. Details: https://github.com/openvinotoolkit/open_model_zoo/issues/1806
|
@ -23,3 +23,6 @@ if(NOT InferenceEngine_FOUND)
|
||||
endif()
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
install(DIRECTORY test_runner/ DESTINATION tests/time_tests/test_runner COMPONENT tests EXCLUDE_FROM_ALL)
|
||||
install(DIRECTORY scripts/ DESTINATION tests/time_tests/scripts COMPONENT tests EXCLUDE_FROM_ALL)
|
||||
|
@ -1,8 +1,8 @@
|
||||
pytest==4.0.1
|
||||
attrs==19.1.0 # required for pytest==4.0.1 to resolve compatibility issues
|
||||
pytest~=5.0
|
||||
attrs==19.1.0
|
||||
PyYAML==5.4.1
|
||||
jsonschema==3.2.0
|
||||
distro==1.5.0
|
||||
numpy==1.18.5
|
||||
numpy>=1.19.2
|
||||
pymongo
|
||||
pytest-html
|
||||
|
Loading…
Reference in New Issue
Block a user