@@ -45,39 +45,39 @@ jobs:
4545 - name : Run Unit tests
4646 run : pytest -p no:qgis tests/unit/
4747
48- test-qgis :
49- runs-on : ubuntu-latest
50-
51- container :
52- image : qgis/qgis:release-3_28
53- env :
54- CI : true
55- DISPLAY : " :1"
56- MUTE_LOGS : true
57- NO_MODALS : 1
58- PYTHONPATH : " /usr/share/qgis/python/plugins:/usr/share/qgis/python:."
59- QT_QPA_PLATFORM : " offscreen"
60- WITH_PYTHON_PEP : false
61- options : -v /tmp/.X11-unix:/tmp/.X11-unix -v ${{ github.workspace }}:/tests_directory
62-
63- steps :
64- - name : Get source code
65- uses : actions/checkout@v4
66-
67- - name : Print QGIS version
68- run : qgis --version
69-
70- - name : Setup plugin
71- run : qgis_setup.sh loopstructural
72-
73-
74- - name : Install Python requirements
75- run : |
76- python3 -m pip install -U pip setuptools wheel
77- python3 -m pip install -U -r requirements/testing.txt
78-
79- - name : Run Unit tests
80- run : |
81- Xvfb :1 &
82- python3 -m pytest tests/qgis/
48+ # test-qgis:
49+ # runs-on: ubuntu-latest
50+
51+ # container:
52+ # image: qgis/qgis:release-3_28
53+ # env:
54+ # CI: true
55+ # DISPLAY: ":1"
56+ # MUTE_LOGS: true
57+ # NO_MODALS: 1
58+ # PYTHONPATH: "/usr/share/qgis/python/plugins:/usr/share/qgis/python:."
59+ # QT_QPA_PLATFORM: "offscreen"
60+ # WITH_PYTHON_PEP: false
61+ # options: -v /tmp/.X11-unix:/tmp/.X11-unix -v ${{ github.workspace }}:/tests_directory
62+
63+ # steps:
64+ # - name: Get source code
65+ # uses: actions/checkout@v4
66+
67+ # - name: Print QGIS version
68+ # run: qgis --version
69+
70+ # - name: Setup plugin
71+ # run: qgis_setup.sh loopstructural
72+
73+
74+ # - name: Install Python requirements
75+ # run: |
76+ # python3 -m pip install -U pip setuptools wheel
77+ # python3 -m pip install -U -r requirements/testing.txt
78+
79+ # - name: Run Unit tests
80+ # run: |
81+ # Xvfb :1 &
82+ # python3 -m pytest tests/qgis/
8383
0 commit comments