Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -78,7 +78,9 @@ Unit Tests: needs: [Pin] script: - pip install -r requirements.txt -e .[tests] 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 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,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", "trio", ] docs = [ Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -78,7 +78,9 @@ Unit Tests: needs: [Pin] script: - pip install -r requirements.txt -e .[tests] 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 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,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", "trio", ] docs = [ Loading