Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.buildout
Commits
86a7d1d8
Commit
86a7d1d8
authored
Apr 17, 2024
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feat] Add more testing normalizers
parent
a3ff0510
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/zc/buildout/testing.py
src/zc/buildout/testing.py
+4
-0
No files found.
src/zc/buildout/testing.py
View file @
86a7d1d8
...
@@ -615,6 +615,10 @@ normalize_open_in_generated_script = (
...
@@ -615,6 +615,10 @@ normalize_open_in_generated_script = (
not_found = (re.compile(r'Not found: [^\n]+/(\
w|
\.)+/\r?\n'), '')
not_found = (re.compile(r'Not found: [^\n]+/(\
w|
\.)+/\r?\n'), '')
could_not_retrieve = (re.compile(r"
Couldn
't retrieve index page for:.*
\
n
"), '')
scanning_index = (re.compile(r'
Scanning
index
of
all
packages
.
*
\
n
'), '')
python27_warning = (re.compile(r'
DEPRECATION
:
Python
2.7
reached
the
end
of
its
'
python27_warning = (re.compile(r'
DEPRECATION
:
Python
2.7
reached
the
end
of
its
'
'
life
on
January
1
st
,
2020.
Please
upgrade
your
Python
as
Python
2.7
is
no
'
'
life
on
January
1
st
,
2020.
Please
upgrade
your
Python
as
Python
2.7
is
no
'
'
longer
maintained
.
A
future
version
of
pip
will
drop
support
for
Python
'
'
longer
maintained
.
A
future
version
of
pip
will
drop
support
for
Python
'
...
...
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