Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.cmmi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.recipe.cmmi
Commits
1dc49d3e
Commit
1dc49d3e
authored
Aug 13, 2021
by
Jérome Perrin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: ignore CryptographyDeprecationWarning on python2
parent
72821617
Pipeline
#16952
failed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
slapos/recipe/cmmi/tests.py
slapos/recipe/cmmi/tests.py
+3
-0
No files found.
slapos/recipe/cmmi/tests.py
View file @
1dc49d3e
...
...
@@ -399,6 +399,9 @@ def test_suite():
(re.compile(r'
\
s
/
\
S
+
\
/
shared
\
/
'),
'
/
shared
/
'),
(re.compile('
[
0
-
9
a
-
f
]{
32
}
'), md5sum),
(re.compile(
r'
.
*
CryptographyDeprecationWarning
:
Python
2
is
no
longer
supported
by
the
Python
core
team
.
'
'
Support
for
it
is
now
deprecated
in
cryptography
,
and
will
be
removed
in
the
next
release
.
\
n
.
*
'), ''),
# Normalize subprocess.CalledProcessError message, on python >= 3.6
# there'
s
an
extra
.
at
the
end
.
(
re
.
compile
(
r'Command (.*) returned non-zero exit status (\
d+)[
\.]{0,1}'
),
...
...
Jérome Perrin
@jerome
mentioned in commit
9c0113de
·
Aug 17, 2021
mentioned in commit
9c0113de
mentioned in commit 9c0113de8937316ccf4545c72845a88d3b4e96db
Toggle commit list
Write
Preview
Markdown
is supported
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