Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
[fix] for ci
version-14
Rushabh Mehta
hace 8 años
padre
f4700957fa
commit
9785e925b7
Se han
modificado 2 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
frappe/utils/background_jobs.py
+3
-0
requirements.txt
+ 3
- 0
frappe/utils/background_jobs.py
Ver fichero
@@ -54,6 +54,9 @@ def execute_job(site, method, event, job_name, kwargs, user=None, async=True, re
if async:
frappe.connect(site)
if os.environ.get('CI'):
frappe.flags.in_test = True
if user:
frappe.set_user(user)
+ 3
- 0
requirements.txt
Ver fichero
@@ -34,6 +34,9 @@ beautifulsoup4
rq
schedule
cryptography
pyopenssl
ndg-httpsclient
pyasn1
zxcvbn
psutil
unittest-xml-reporting
Escribir
Vista previa
Cargando…
Cancelar
Guardar