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
04051831
Commit
04051831
authored
Nov 30, 2021
by
Paul McCarthy
🚵
Browse files
BF: It was highlighted and everything, but I missed it
parent
5a2b2256
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifest_rules/__init__.py
View file @
04051831
#!/usr/bin/env python
__version__
=
'0.7.
6
'
__version__
=
'0.7.
7
'
manifest_rules/test_environment.py
View file @
04051831
...
...
@@ -106,7 +106,7 @@ def full_test(envfile, release_info, skip_pkgs):
pkg
=
line
.
strip
().
split
()[
1
]
if
pkg
in
skip_pkgs
:
skip
=
True
print
(
f
'Skipping package
(matched
{
pattern
}
)
:
{
pkg
}
'
)
print
(
f
'Skipping package:
{
pkg
}
'
)
skipped
.
append
(
pkg
)
break
if
not
skip
:
...
...
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