Commit 8f0614bc authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove "tests" optional deps as contains disallowed direct dependency

parent 56cbd4bb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
+0 −4
Original line number Diff line number Diff line
@@ -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",