diff options
author | Andres Gomez <agomez@igalia.com> | 2020-10-16 16:08:32 +0300 |
---|---|---|
committer | Andres Gomez <agomez@igalia.com> | 2020-11-02 22:22:33 +0200 |
commit | 1c9d03dcb310ad3f310ecf4a8a54eb9c15c678f9 (patch) | |
tree | c032705b0474339cefbfe3cf72bc5054c06c5ad3 /.gitlab-ci | |
parent | 536b568794406dcf72f8c06542d2e903b867155d (diff) |
unittests: add tests for framework/replay
v2:
- Added new dependencies to the CI build.
v3:
- Updated build tag in .gitlab-ci.yml.
v4:
- Use OSError instead of PIL.UnidentifiedImageError for backwards
compatibility in image_checksum test.
v5:
- Do not use yoda style comparisons (Dylan).
- Use newly added compare result enumeration.
- Deal with AttributeError instead of TypeError from recent changes
in query_traces_yaml.
v6:
- Use textwrap.dedent to enhance readability.
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/353>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/debian-install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 7412b7674..cc52710bc 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -48,13 +48,17 @@ apt-get install -y \ python3-mako \ python3-mock \ python3-numpy \ + python3-pil \ python3-pip \ python3-psutil \ python3-pytest \ python3-pytest-mock \ python3-pytest-timeout \ + python3-requests \ + python3-requests-mock \ python3-setuptools \ python3-wheel \ + python3-yaml \ tox \ waffle-utils |