feat(email.template): borrado de lineas

borrado de lineas
3 jobs for feat_prueba in 51 seconds (queued for 1 second)
Status Job ID Name Coverage
  Test
failed #60609
code-analysis

00:00:51

failed #60610
lint-analysis

00:00:10

failed #60611
mccabe

00:00:27

 
Name Stage Failure
failed
code-analysis Test
./l10n_mx_facturae/models/email_template.py:14:66: E225 missing whitespace around operator
./l10n_mx_facturae/models/email_template.py:26:15: E251 unexpected spaces around keyword / parameter equals
./l10n_mx_facturae/models/email_template.py:26:17: E251 unexpected spaces around keyword / parameter equals
./l10n_mx_facturae/models/email_template.py:27:13: E113 unexpected indentation
./l10n_mx_facturae/models/email_template.py:27:51: E225 missing whitespace around operator
./l10n_mx_facturae/models/email_template.py:27:67: E225 missing whitespace around operator
The command "bin/code-analysis" exited with 1 in 6.439s.
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1

failed
mccabe Test
  File "/home/gitlab-runner/builds/9ExyJDGg/0/l10n_mx/l10n_mx_facturae/buildout-cache/eggs/xenon-0.9.1-py2.7.egg/xenon/core.py", line 6, in <module>
from radon.cli import Config
File "/home/gitlab-runner/builds/9ExyJDGg/0/l10n_mx/l10n_mx_facturae/buildout-cache/eggs/radon-6.0.1-py2.7.egg/radon/cli/__init__.py", line 23, in <module>
from radon.cli.harvest import (
File "/home/gitlab-runner/builds/9ExyJDGg/0/l10n_mx/l10n_mx_facturae/buildout-cache/eggs/radon-6.0.1-py2.7.egg/radon/cli/harvest.py", line 6, in <module>
from builtins import super
ImportError: No module named builtins
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1

failed
lint-analysis Test
    check_call('%s %s' % (shell, tmpfile), shell=True)
File "/usr/lib64/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'sh /tmp/tmpOROZ18/run' returned non-zero exit status 4
*************** BUILDOUT EGGSCLEANER ****************
No unused eggs in eggs directory
*************** /BUILDOUT EGGSCLEANER ****************
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).

There are no tests to show.