Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
evolve
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Show more breadcrumbs
mercurial
evolve
Merge requests
!185
CI fixes for stable (grafted from default)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI fixes for stable (grafted from default)
topic/stable/stable-ci
into
branch/stable
Overview
0
Commits
8
Pipelines
1
Changes
2
Merged
Anton Shestakov
requested to merge
topic/stable/stable-ci
into
branch/stable
4 years ago
Overview
0
Commits
8
Pipelines
1
Changes
2
Expand
Currently everything here is just a graft: all these changes were already on default.
0
0
Merge request reports
Viewing commit
3987ce7e
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3987ce7e
tests: actually use the correct python version for flake8/pyflakes
· 3987ce7e
Anton Shestakov
authored
4 years ago
tests/test-check-flake8.t
+
1
−
1
Options
@@ -17,4 +17,4 @@
$ hg files -0
'
set:
(
**.
py
or
grep
("
^#!.*python
"))
-
removed
()'
\
> -X hgext3rd/evolve/thirdparty \
> 2>/dev/null \
> | xargs -0 flake8
> | xargs -0
"$PYTHON" -m
flake8
Loading