Skip to content

Commit

Permalink
test build fix5
Browse files Browse the repository at this point in the history
  • Loading branch information
pebenito committed Oct 16, 2023
1 parent 5d298ab commit e19a0ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
make CFLAGS="-O2 -pipe -fPIC -Wall -I${{env.SEPOL_SRC}}/include" -C ${{env.CHECKPOLICY_SRC}}
- name: Run test
run: python -m tox -e ${{ matrix.build-opts.tox }}
run: xvfb-run python -m tox -e ${{ matrix.build-opts.tox }}
env:
LD_LIBRARY_PATH: "${{env.SEPOL_SRC}}/src:${{env.SELINUX_SRC}}/src:${LD_LIBRARY_PATH}"
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -562,4 +562,3 @@ redefining-builtins-modules = ["six.moves", "past.builtins", "future.builtins",
[tool.pytest.ini_options]
addopts = ["--import-mode=importlib",]
pythonpath = "."
qt_api = "pyqt5"

0 comments on commit e19a0ed

Please sign in to comment.