Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Fix the build (apache#5403)
Browse files Browse the repository at this point in the history
The travis build has been failing for 2 reasons recently
* pylint takes > 10 minutes without outputing
* bad merge confict auto resolve in controls.jsx
  • Loading branch information
mistercrunch authored and timifasubaa committed Jul 25, 2018
1 parent 87e08ae commit cdb0c02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ mysqlclient==1.3.12
psycopg2==2.7.4
redis==2.10.6
statsd==3.2.2
tox==2.9.1
tox==3.1.2
console_log==0.2.10
pylint==1.9.2
1 change: 0 additions & 1 deletion superset/assets/src/explore/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export const controls = {
multi: true,
default: [],
label: t('Percentage Metrics'),
default: [],
validators: [],
description: t('Metrics for which percentage of total are to be displayed'),
},
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,10 @@ commands =
deps =
-rrequirements.txt
-rrequirements-dev.txt
pylint

[tox]
envlist =
eslint
flake8
javascript
pylint
skipsdist = true

0 comments on commit cdb0c02

Please sign in to comment.