File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 33
44set -uex
55
6- sudo add-apt-repository -y " deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
6+ sudo add-apt-repository -y " deb http://archive.ubuntu.com/ubuntu/ jammy main universe"
77sudo apt-get update
88sudo apt-get install -y python3-mock python3-nose
99pip3 install mock
Original file line number Diff line number Diff line change 33
44set -uex
55
6- sudo add-apt-repository -y " deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
7- sudo apt-get update
8- sudo apt-get install -y python-mock python-nose
9- curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | sudo python2
10- pip install enum
6+ curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | sudo python2
7+ pip install enum nose mock
118
129nosetests scripts scripts/examples scripts/examples/python
1310PYTHONPATH=scripts/plugins python2 -m unittest -v test_extauth_hook_AD
Original file line number Diff line number Diff line change 77jobs :
88 python-test :
99 name : Python tests
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111 strategy :
1212 fail-fast : false
1313 matrix :
2121
2222 ocaml-test :
2323 name : Ocaml tests
24- runs-on : ubuntu-20 .04
24+ runs-on : ubuntu-22 .04
2525
2626 steps :
2727 - name : Checkout code
Original file line number Diff line number Diff line change 1010jobs :
1111 ocaml-format :
1212 name : Ocaml files
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-22 .04
1414
1515 steps :
1616 - name : Checkout code
You can’t perform that action at this time.
0 commit comments