Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psaap3-weno
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
psaap3-weno
Commits
a5c7aa5c
Commit
a5c7aa5c
authored
5 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Fix pytest installation in CI script
parent
413ec5e4
No related branches found
Branches containing commit
No related tags found
2 merge requests
!8
Test refactoring
,
!7
unpin pytest version in CI script
Pipeline
#17893
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build-and-test-py-project.sh
+1
-3
1 addition, 3 deletions
build-and-test-py-project.sh
with
1 addition
and
3 deletions
build-and-test-py-project.sh
+
1
−
3
View file @
a5c7aa5c
...
...
@@ -55,9 +55,7 @@ export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID
$PIP
install
--upgrade
pip
$PIP
install
setuptools
# Pinned to 3.0.4 because of https://github.com/pytest-dev/pytest/issues/2434
# Install before a newer version gets pulled in as a dependency
#$PIP install pytest==3.0.4 pytest-warnings==0.2.0
$PIP
install
pytest
if
test
"
$EXTRA_INSTALL
"
!=
""
;
then
for
i
in
$EXTRA_INSTALL
;
do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment