Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
scmperf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
This instance will be upgraded to Heptapod 17.9.2 on 2025-04-24 between 17:00 and 18:00 UTC+2
Show more breadcrumbs
mercurial
scmperf
Commits
74511c50
Commit
74511c50
authored
6 years ago
by
Pierre-Yves David
Browse files
Options
Downloads
Patches
Plain Diff
make-all: suppress python 2 deprecation warning
parent
50a8ab2e
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
repo-scripts/make-all
+1
-1
1 addition, 1 deletion
repo-scripts/make-all
tests/test-make-all.t
+0
-1
0 additions, 1 deletion
tests/test-make-all.t
with
1 addition
and
2 deletions
repo-scripts/make-all
+
1
−
1
View file @
74511c50
...
...
@@ -23,7 +23,7 @@
rm
-rf
$venv_path
virtualenv
-q
$venv_path
${
venv_path
}
/bin/pip
--quiet
install
"mercurial==
${
hg_version
}
"
PYTHONWARNINGS
=
"ignore:DEPRECATION"
${
venv_path
}
/bin/pip
--disable-pip-version-check
--quiet
install
"mercurial==
${
hg_version
}
"
export
HGRCPATH
=
...
...
This diff is collapsed.
Click to expand it.
tests/test-make-all.t
+
0
−
1
View file @
74511c50
...
...
@@ -35,7 +35,6 @@
---------
$
make
-
all
4.7
some
-
dir
/
my
-
source
-
repo
testrepo
p
-
config
.
yaml
DEPRECATION:
Python
2.7
will
reach
the
end
of
its
life
on
January
1
st
,
2020
.
Please
upgrade
your
Python
as
Python
2.7
won
'
t be maintained after that date. A future version of pip will drop support for Python 2.7.
hg
cloning
repository
from:
some
-
dir
/
my
-
source
-
repo
building
a
reference
tarball
result
available
at:
testrepo
-
355
c4044
-
reference
.
tar
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment