diff --git a/.github/workflows/test_pyaedt.yml b/.github/workflows/test_pyaedt.yml index 2a342c5e1f..5be2d01b76 100644 --- a/.github/workflows/test_pyaedt.yml +++ b/.github/workflows/test_pyaedt.yml @@ -107,5 +107,5 @@ jobs: command: | .\.venv\Scripts\Activate.ps1 Set-Item -Path env:PYTHONMALLOC -Value "malloc" - pytest --durations=50 -v --cov=src/pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml -k "not test_create_pdf and not test_09_plot and not test_16_read_hdm and not test_01_Animate_plt and not test_14_Field_Ploton_cutplanedesignname and not test_14B_Field_Ploton_Vector and not test_15_export_plot and not test_09c_import_into_report and not test_55_time_plot" src/pyaedt/_unittest + pytest --durations=50 -v --cov=src/pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml -k "not test_create_pdf and not test_09_plot and not test_16_read_hdm and not test_01_Animate_plt and not test_14_Field_Ploton_cutplanedesignname and not test_14B_Field_Ploton_Vector and not test_15_export_plot and not test_09c_import_into_report and not test_55_time_plot and not test_71_antenna_plot" src/pyaedt/_unittest