Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
add_module
Commits
2a7892f8
Commit
2a7892f8
authored
May 25, 2021
by
Paul McCarthy
🚵
Browse files
CI: work around pytest+native namespace packages
parent
735f3f56
Pipeline
#8491
passed with stages
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci/unit_tests.sh
View file @
2a7892f8
...
...
@@ -5,6 +5,10 @@ set -e
pip
install
-r
requirements.txt
pip
install
-r
requirements-dev.txt
# pytest can have trouble with
# native namespace packages
export
PYTHONPATH
=
$(
pwd
)
# noroottest tests will fail/be skipped
# if not executed as a non-root user, so
# we run them as nobody
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment