8000 remove xvfb from mandatory testing · python-control/python-control@35db505 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35db505

Browse files
committed
remove xvfb from mandatory testing
1 parent 67c3e0b commit 35db505

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/control-slycot-src.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ jobs:
3838
3939
- name: Test with pytest
4040
working-directory: python-control
41-
env:
42-
MPLBACKEND: QtAgg
4341
run: pytest -v control/tests

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
PYTHON_CONTROL_ARRAY_AND_MATRIX: ${{ matrix.array-and-matrix }}
6767
MPLBACKEND: ${{ matrix.mplbackend }}
68-
run: pytest --cov=control --cov-config=.coveragerc control/tests
68+
run: pytest -v --cov=control --cov-config=.coveragerc control/tests
6969

7070
- name: Coveralls parallel
7171
# https://github.com/coverallsapp/github-action

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dynamic = ["version"]
4040
packages = ["control"]
4141

4242
[project.optional-dependencies]
43-
test = ["pytest", "pytest-timeout", "pytest-xvfb"]
43+
test = ["pytest", "pytest-timeout"]
4444
slycot = [ "slycot>=0.4.0" ]
4545
cvxopt = [ "cvxopt>=1.2.0" ]
4646

0 commit comments

Comments
 (0)
0