File: tox.ini

package info (click to toggle)
python-oracledb 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 5,224 kB
  • sloc: python: 17,637; sql: 1,819; makefile: 41
file content (26 lines) | stat: -rw-r--r-- 593 bytes parent folder | download
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{36,37,38,39,310,311}-{thin,thick}

[testenv]
commands = {envpython} -m unittest discover -v -s tests
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
    DPI_DEBUG_LEVEL
    ORACLE_HOME

[testenv:py{36,37,38,39,310,311}-thick]
setenv =
    PYO_TEST_DRIVER_MODE=thick

[testenv:py{36,37,38,39,310,311}-thin]
setenv =
    PYO_TEST_DRIVER_MODE=thin