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
conda
manifest-rules
Commits
bd82cffa
Commit
bd82cffa
authored
Nov 30, 2021
by
Paul McCarthy
🚵
Browse files
BF: This is not annoying at all
parent
781f0a62
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifest_rules/__init__.py
View file @
bd82cffa
#!/usr/bin/env python
__version__
=
'0.7.
9
'
__version__
=
'0.7.
10
'
manifest_rules/test_environment.py
View file @
bd82cffa
...
...
@@ -128,7 +128,7 @@ def full_test(envfile, release_info, skip_pkgs):
# Add an output line for each skipped package,
# so the line count is still accurate
env_out
+=
'
\n
'
.
join
(
skipped
)
env_out
+=
b
'
\n
'
.
join
(
[
p
.
encode
()
for
p
in
skipped
]
)
return
install_out
,
env_out
...
...
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