Run tests with Python 3

Bump Cockpit test API to 171 for this, which made the test API
bilingual.
This commit is contained in:
Martin Pitt 2018-07-02 12:44:37 +02:00
parent 78c613e2fa
commit 0fedb4ec3b
2 changed files with 2 additions and 3 deletions

View file

@ -125,7 +125,7 @@ bots:
# checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag # checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag
# when you start a new project, use the latest relese, and update it from time to time # when you start a new project, use the latest relese, and update it from time to time
test/common: test/common:
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 170 git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 171
git checkout --force FETCH_HEAD -- test/common git checkout --force FETCH_HEAD -- test/common
git reset test/common git reset test/common

View file

@ -1,5 +1,4 @@
#!/usr/bin/python #!/usr/bin/python3
# coding: UTF-8
# Run this with --help to see available options for tracing and debugging # Run this with --help to see available options for tracing and debugging
# See https://github.com/cockpit-project/cockpit/blob/master/test/common/testlib.py # See https://github.com/cockpit-project/cockpit/blob/master/test/common/testlib.py
# "class Browser" and "class MachineCase" for the available API. # "class Browser" and "class MachineCase" for the available API.