File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ jobs:
1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v4
18- - name : Unlink existing Python
19- run : brew unlink python@${{ matrix.python-version }} || true
20- - name : Install snap7 and Python
21- run : |
22- brew install snap7 python@${{ matrix.python-version }}
23- brew link --overwrite python@${{ matrix.python-version }}
18+ - name : Install snap7
19+ run : brew install snap7 python@${{ matrix.python-version }}
2420 - name : Install python-snap7
2521 run : |
2622 python${{ matrix.python-version }} -m venv venv
2723 venv/bin/python3 -m pip install --upgrade pip setuptools
2824 venv/bin/python3 -m pip install -e .[test]
2925 - name : Run pytest
30- run : |
26+ run : |
27+ venv/bin/pytest -m "server or util or client or mainloop"
28+ sudo venv/bin/pytest -m partner
You can’t perform that action at this time.
0 commit comments