Commit a23287cf authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'hoverht-master-patch-07135' into 'master'

fix: pylic needs a clean environment

See merge request ci/templates!73
parents bca05bd2 3bfb134d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4,7 +4,9 @@

python:pylic:
  stage: test
  image: registry.gitlab.com/notno/python-tests
  image: python:slim
  before_script:
    - pip install .
  script:
    - pip install pylic
    - pylic
+1 −14
Original line number Diff line number Diff line
@@ -27,19 +27,6 @@ version_variable = "pyproject.toml:version"
[tool.pylic]
safe_licenses = [
    "Apache Software License",
    "Apache License 2.0",
    "MIT License",
    "MIT",
    "Python Software Foundation License",
    "Mozilla Public License 2.0 (MPL 2.0)",
    "Freely Distributable",
    "GNU Library or Lesser General Public License (LGPL)",
    "BSD License",
    "GNU General Public License v3 (GPLv3)",
    "Public Domain",
    "GNU General Public License v2 (GPLv2)",
    "GNU Lesser General Public License v2 (LGPLv2)",
    "ISC License (ISCL)",
    "OSI Approved"
    "MIT License"
]
unsafe_packages = []