forked from oracle/python-oracledb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
26 lines (23 loc) · 622 Bytes
/
tox.ini
File metadata and controls
26 lines (23 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tox]
envlist = py{39,310,311,312,313,314}-{thin,thick}
[testenv]
extras = test
passenv =
PYO_TEST_MAIN_USER
PYO_TEST_MAIN_PASSWORD
PYO_TEST_PROXY_USER
PYO_TEST_PROXY_PASSWORD
PYO_TEST_CONNECT_STRING
PYO_TEST_ADMIN_USER
PYO_TEST_ADMIN_PASSWORD
PYO_TEST_WALLET_LOCATION
PYO_TEST_WALLET_PASSWORD
PYO_TEST_EXTERNAL_USER
PYO_TEST_EDITION_NAME
PYO_TEST_ORACLE_CLIENT_PATH
DPI_DEBUG_LEVEL
ORACLE_HOME
[testenv:py{39,310,311,312,313,314}-thick]
commands = {envpython} -m pytest --use-thick-mode
[testenv:py{39,310,311,312,313,314}-thin]
commands = {envpython} -m pytest