forked from openlp/openlp
Compare commits
9 Commits
d81761c8a7
...
47c36fac8d
Author | SHA1 | Date | |
---|---|---|---|
47c36fac8d | |||
de2b52943e | |||
d73b38a8a9 | |||
d8e80c9356 | |||
2b40357cae | |||
e53f7d42b8 | |||
7d3b00753d | |||
9b794af8fa | |||
cc6ddff9bc |
@ -1,5 +1,6 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
test-debian:
|
test-debian:
|
||||||
|
group: test
|
||||||
image: openlp/debian
|
image: openlp/debian
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
@ -11,6 +12,7 @@ pipeline:
|
|||||||
# - linux.coverage
|
# - linux.coverage
|
||||||
|
|
||||||
test-ubuntu:
|
test-ubuntu:
|
||||||
|
group: test
|
||||||
image: openlp/ubuntu
|
image: openlp/ubuntu
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
@ -18,6 +20,7 @@ pipeline:
|
|||||||
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
||||||
|
|
||||||
test-fedora:
|
test-fedora:
|
||||||
|
group: test
|
||||||
image: openlp/fedora
|
image: openlp/fedora
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
@ -25,6 +28,7 @@ pipeline:
|
|||||||
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
||||||
|
|
||||||
test-arch:
|
test-arch:
|
||||||
|
group: test
|
||||||
image: openlp/arch
|
image: openlp/arch
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
@ -29,7 +29,7 @@ from openlp.core.common.registry import Registry
|
|||||||
from openlp.core.common.settings import Settings
|
from openlp.core.common.settings import Settings
|
||||||
from openlp.plugins.bibles.lib.importers.http import BGExtract, BSExtract, CWExtract
|
from openlp.plugins.bibles.lib.importers.http import BGExtract, BSExtract, CWExtract
|
||||||
|
|
||||||
IS_CI = 'GITLAB_CI' in os.environ or 'APPVEYOR' in os.environ or 'CI' in os.environ
|
IS_CI = 'GITLAB_CI' in os.environ or 'APPVEYOR' in os.environ
|
||||||
|
|
||||||
|
|
||||||
@skipIf(IS_CI, 'Skip Bible HTTP tests to prevent GitLab CI from being blacklisted')
|
@skipIf(IS_CI, 'Skip Bible HTTP tests to prevent GitLab CI from being blacklisted')
|
||||||
|
Loading…
Reference in New Issue
Block a user