From 7009e6365437df028fcdb8f9cd4c39a0605e7c18 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:28:36 +0200 Subject: [PATCH 1/2] ci: force coloring in pytest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57b9d6889f..5abb95986c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ env: DPF_PORT: 21004 MAPDL_PACKAGE: ghcr.io/ansys/mapdl ON_CI: True - PYTEST_ARGUMENTS: '-vvv -ra --durations=10 --maxfail=3 --reruns 3 --reruns-delay 4 --cov=ansys.mapdl.core --cov-report=html' + PYTEST_ARGUMENTS: '-vvv --color=yes -ra --durations=10 --maxfail=3 --reruns 3 --reruns-delay 4 --cov=ansys.mapdl.core --cov-report=html' BUILD_CHEATSHEET: True # Following env vars when changed will "reset" the mentioned cache, From 4b2d5972c5cc4b7263632b4c1b04f162355ffe60 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:33:16 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3484.maintenance.md [dependabot-skip] --- doc/changelog.d/3484.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3484.maintenance.md diff --git a/doc/changelog.d/3484.maintenance.md b/doc/changelog.d/3484.maintenance.md new file mode 100644 index 0000000000..1caacc979a --- /dev/null +++ b/doc/changelog.d/3484.maintenance.md @@ -0,0 +1 @@ +ci: force coloring in pytest \ No newline at end of file