Skip to content

Commit

Permalink
Fix qtile build
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Sep 30, 2023
1 parent 3dfe393 commit 0e66223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
pre_install:
- pip install xcffib>=0.14.0 wheel
- pip install cairocffi>=0.16.0
- pip install -v git+https://github.com/elParaguayo/qtile.git@fixing-packaging
- pip install -v git+https://github.com/qtile/qtile.git
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands =
pip install pywlroots==0.16.4
pip install xcffib>=1.4.0 wheel
pip install cairocffi>=1.6.0
pip install git+https://github.com/elParaguayo/qtile.git@fixing-packaging
pip install git+https://github.com/qtile/qtile.git
; pip install -e git+https://github.com/qtile/qtile.git#egg=qtile
pip install .
python3 -m pytest --cov qtile_extras --cov-report term-missing --cov-report=xml --backend=x11 --backend=wayland -k "not test_decoration_output" {posargs}
Expand Down Expand Up @@ -81,7 +81,7 @@ deps =
commands =
pip install xcffib>=1.4.0 wheel
pip install cairocffi>=1.6.0
pip install git+https://github.com/elParaguayo/qtile.git@fixing-packaging
pip install git+https://github.com/qtile/qtile.git
mypy -p qtile_extras

[testenv:print]
Expand Down Expand Up @@ -118,7 +118,7 @@ commands =
pip install pywlroots==0.16.4
pip install xcffib>=1.4.0 wheel
pip install cairocffi>=1.6.0
pip install git+https://github.com/elParaguayo/qtile.git@fixing-packaging
pip install git+https://github.com/qtile/qtile.git
pip install .

# Generate images
Expand Down

0 comments on commit 0e66223

Please sign in to comment.