Skip to content

Commit

Permalink
WIP: Remove usage of pytest-xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jan 10, 2025
1 parent 7fc8c61 commit 5cb4004
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
command: |
export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:$LD_LIBRARY_PATH
. .venv/bin/activate
pytest -m "legacy" -n auto --dist loadfile -v --cov
xvfb-run pytest -m "legacy" -n auto --dist loadfile -v --cov
- name: "Create coverage files"
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ tests = [
"pytest>=7.4.0,<8.4",
"pytest-cov>=4.0.0,<6.1",
"pytest-xdist>=3.5.0,<3.7",
"pytest-xvfb>=3.0.0,<3.1",
"scikit-rf",
"shapely"
]
Expand Down

0 comments on commit 5cb4004

Please sign in to comment.