From 15477105cea191cfe770a8245b579919b65c4213 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 29 Sep 2023 16:56:31 +0200 Subject: [PATCH] Applying review requested changes --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- tests/.image_cache/MY_FILE3.png | 0 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 tests/.image_cache/MY_FILE3.png diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 431504beff..9baa814a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ env: DOCKER_PACKAGE: ghcr.io/ansys/mapdl DOCKER_IMAGE_VERSION_DOCS_BUILD: v23.1.0 ON_CI: True - PYTEST_ARGUMENTS: '-vv --durations=10 --maxfail=10 --reruns 7 --reruns-delay 5 --cov=ansys.mapdl.core --cov-report=html ' + PYTEST_ARGUMENTS: '-vv --durations=10 --maxfail=10 --reruns 7 --reruns-delay 5 --cov=ansys.mapdl.core --cov-report=html' # Following env vars when changed will "reset" the mentioned cache, # by changing the cache file name. It is rendered as ...-v%RESET_XXX%-... diff --git a/pyproject.toml b/pyproject.toml index 35345c1900..7cc1758c35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tests = [ "pyansys-tools-report==0.6.0", "vtk==9.2.6", "pytest-rerunfailures==12.0", - "pytest-pyvista@git+https://github.com/pyvista/pytest-pyvista#main", + "pytest-pyvista==0.1.9", ] doc = [ "sphinx==7.2.6", diff --git a/tests/.image_cache/MY_FILE3.png b/tests/.image_cache/MY_FILE3.png deleted file mode 100644 index e69de29bb2..0000000000