ソースを参照

[fix] for ci

version-14
Rushabh Mehta 8年前
コミット
9785e925b7
2個のファイルの変更6行の追加0行の削除
  1. +3
    -0
      frappe/utils/background_jobs.py
  2. +3
    -0
      requirements.txt

+ 3
- 0
frappe/utils/background_jobs.py ファイルの表示

@@ -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 ファイルの表示

@@ -34,6 +34,9 @@ beautifulsoup4
rq
schedule
cryptography
pyopenssl
ndg-httpsclient
pyasn1
zxcvbn
psutil
unittest-xml-reporting


読み込み中…
キャンセル
保存