mirror of https://github.com/MISP/PyMISPGalaxies
chg: Bypass poetry issue
parent
b6bd507dce
commit
277795fe4a
|
@ -12,7 +12,9 @@ python:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
# Blocker: https://github.com/python-poetry/poetry/issues/1009
|
||||||
|
- poetry build
|
||||||
|
- pip install dist/*.whl
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- poetry run nosetests-3.4 --with-coverage --cover-package=pymispgalaxies -d
|
- poetry run nosetests-3.4 --with-coverage --cover-package=pymispgalaxies -d
|
||||||
|
|
|
@ -26,6 +26,8 @@ include = ["pymispgalaxies/data/misp-galaxy/schema_*.json",
|
||||||
"pymispgalaxies/data/misp-galaxy/vocabularies/common/*.json",
|
"pymispgalaxies/data/misp-galaxy/vocabularies/common/*.json",
|
||||||
"pymispgalaxies/data/misp-galaxy/vocabularies/threat-actor/*.json"]
|
"pymispgalaxies/data/misp-galaxy/vocabularies/threat-actor/*.json"]
|
||||||
|
|
||||||
|
exclude = ["pymispgalaxies/data/misp-galaxy/tools/**/*"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6"
|
python = "^3.6"
|
||||||
jsonschema = "^3.2.0"
|
jsonschema = "^3.2.0"
|
||||||
|
|
Loading…
Reference in New Issue