This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] for ci
version-14
Rushabh Mehta
8 years ago
parent
f4700957fa
commit
9785e925b7
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
frappe/utils/background_jobs.py
+3
-0
requirements.txt
+ 3
- 0
frappe/utils/background_jobs.py
View File
@@ -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
View File
@@ -34,6 +34,9 @@ beautifulsoup4
rq
schedule
cryptography
pyopenssl
ndg-httpsclient
pyasn1
zxcvbn
psutil
unittest-xml-reporting
Write
Preview
Loading…
Cancel
Save