mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #45832 from juju-solutions/gkk/fix-e2e-lint
Automatic merge from submit-queue (batch tested with PRs 44337, 45775, 45832, 45574, 45758) Fix lint failures on kubernetes-e2e charm **What this PR does / why we need it**: This fixes a test failure on the kubernetes-e2e charm relating to tox and flake8: ```DEBUG🏃/bin/sh: 1: flake8: not found``` **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: This is a follow-up to https://github.com/kubernetes/kubernetes/pull/45494 where the same thing was done for kubernetes-master. **Release note**: ```release-note Fix lint failures on kubernetes-e2e charm ```
This commit is contained in:
commit
ba69aa9c09
12
cluster/juju/layers/kubernetes-e2e/tox.ini
Normal file
12
cluster/juju/layers/kubernetes-e2e/tox.ini
Normal file
@ -0,0 +1,12 @@
|
||||
[tox]
|
||||
skipsdist=True
|
||||
envlist = py34, py35
|
||||
skip_missing_interpreters = True
|
||||
|
||||
[testenv]
|
||||
commands = py.test -v
|
||||
deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
|
||||
[flake8]
|
||||
exclude=docs
|
Loading…
Reference in New Issue
Block a user