Enable Anope tests on Insp4

This commit is contained in:
2021-07-07 21:40:09 +02:00
committed by Val Lorentz
parent 37ad8789f1
commit 13b4806908
3 changed files with 8 additions and 8 deletions

View File

@ -73,9 +73,6 @@ software:
release: null
devel: master
devel_release: insp3
env:
# Atheme does not support Insp4 yet, so it fails to connect
devel: "PYTEST_ARGS=\"$PYTEST_ARGS -m 'not services'\""
path: inspircd
prefix: ~/.local/inspircd
cache: false # incremental compilation is frequently broken
@ -157,6 +154,9 @@ tests:
inspircd-atheme:
software: [inspircd]
env:
# Atheme does not support Insp4 yet, so it fails to connect
devel: "PYTEST_ARGS=\"$PYTEST_ARGS -m 'not services'\""
inspircd-anope:
software: [inspircd, anope]