Skip to content

Commit

Permalink
[oracle] disable on windows until cx_Oracle 6.0 is fixed.
Browse files Browse the repository at this point in the history
There's an issue with the current pypi release see
[this](oracle/python-cx_Oracle#64)
  • Loading branch information
truthbk committed Aug 17, 2017
1 parent 705d364 commit 753346b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oracle/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"name": "oracle",
"short_description": "oracle description.",
"support": "contrib",
"supported_os": ["linux","mac_os","windows"],
"supported_os": ["linux","mac_os"],
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion oracle/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# integration pip requirements
cx_Oracle==5.3
cx_Oracle==5.3 ; sys_platform != 'win32'

0 comments on commit 753346b

Please sign in to comment.