Commit 0334a7fe authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Move pipeline test dependencies

parent e00a5e71
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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 = [