As of the prior commit, nothing uses this variable.
script:
- ci/install-packages.sh
- export GV_VERSION=$( cat GRAPHVIZ_VERSION )
- - export OS_ID=$( cat OS_ID )
- python3 -m pytest --verbose --junitxml=report.xml ci/tests.py tests rtest
artifacts:
reports:
- popd
- ci/install-packages.sh
- export GV_VERSION=$( cat GRAPHVIZ_VERSION )
- - export OS_ID=$( cat OS_ID )
# Many of the tests run by pytest currently trigger ASan
# memory leak detections. Disable those for now.
- export ASAN_OPTIONS=detect_leaks=0