Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,10 @@ Unit Tests: extends: [.python] needs: [Pin] script: - pip install -r requirements.txt -e .[tests] pytest - pip install -r requirements.txt -e . coverage[toml] pytest "kodo.plugins.cover_test_context @ https://code.kodo.org.uk/dom/cover-plugin-test-context/-/archive/main/cover-plugin-test-context-main.zip" - coverage run -m pytest tests --verbose --junit-xml=results/xunit.xml Loading pyproject.toml +0 −4 Original line number Diff line number Diff line Loading @@ -24,10 +24,6 @@ classifiers = [ ] [project.optional-dependencies] tests = [ "coverage[toml]", "kodo.plugins.cover_test_context @ https://code.kodo.org.uk/dom/cover-plugin-test-context/-/archive/main/cover-plugin-test-context-main.zip", ] docs = [ "sphinx ~=5.0", "myst-parser", Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,10 @@ Unit Tests: extends: [.python] needs: [Pin] script: - pip install -r requirements.txt -e .[tests] pytest - pip install -r requirements.txt -e . coverage[toml] pytest "kodo.plugins.cover_test_context @ https://code.kodo.org.uk/dom/cover-plugin-test-context/-/archive/main/cover-plugin-test-context-main.zip" - coverage run -m pytest tests --verbose --junit-xml=results/xunit.xml Loading
pyproject.toml +0 −4 Original line number Diff line number Diff line Loading @@ -24,10 +24,6 @@ classifiers = [ ] [project.optional-dependencies] tests = [ "coverage[toml]", "kodo.plugins.cover_test_context @ https://code.kodo.org.uk/dom/cover-plugin-test-context/-/archive/main/cover-plugin-test-context-main.zip", ] docs = [ "sphinx ~=5.0", "myst-parser", Loading