Skip to content

Commit

Permalink
maint: Substitute xvfb wrapper for pytest plugin (#621)
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
  • Loading branch information
AlejandroFernandezLuces and RobPasMue authored Jul 31, 2023
1 parent 101214b commit c1408dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ jobs:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
pytest-extra-args: "--service-os=linux"
checkout: false
requires-xvfb: true

- name: Upload integration test logs
if: always()
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ tests = [
"pytest==7.4.0",
"pytest-cov==4.1.0",
"pytest-pyvista==0.1.8",
"pytest-xvfb==3.0.0",
"pyvista[trame]==0.41.1",
"requests==2.31.0",
"scipy==1.11.1",
Expand Down

0 comments on commit c1408dd

Please sign in to comment.