We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902900b commit 03dccb6Copy full SHA for 03dccb6
extras/scripts/postsubmit-helper.sh
@@ -252,7 +252,7 @@ then
252
cd tests
253
run_make
254
255
- python3 -m pytest -n auto -r a "$SOURCES_PATH"/tests
+ python3 -m pytest -n auto -r a
256
cd ..
257
258
make install
tests/CMakeLists.txt
@@ -155,6 +155,7 @@ file(GENERATE OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/pytest.ini"
155
CONTENT "
156
[pytest]
157
testpaths = \"${CMAKE_CURRENT_SOURCE_DIR}\"
158
+pythonpath = \"${CMAKE_CURRENT_SOURCE_DIR}\"
159
addopts = -r a
160
timeout = 300
161
")
0 commit comments