Skip to content
Snippets Groups Projects
Commit 7f12e3ed authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[deps][python-gitlab] Ignore pip deps and resolve clobbering warnings

parent 2b20d94d
No related branches found
No related tags found
No related merge requests found
Pipeline #26813 passed
......@@ -10,8 +10,8 @@ source:
sha256: 401ef8929db4dcb5b08e0a2263a0a70599fc7e5b27615f956ac26d245802d09e
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
number: 1
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ."
entry_points:
- gitlab = gitlab.cli:main
......@@ -27,6 +27,8 @@ requirements:
test:
imports:
- gitlab
commands:
- gitlab -h
about:
home: https://github.com/python-gitlab/python-gitlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment