File: test_tools.txt

package info (click to toggle)
python-azure 20230112%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 749,544 kB
  • sloc: python: 6,815,827; javascript: 287; makefile: 195; xml: 109; sh: 105
file content (39 lines) | stat: -rw-r--r-- 1,177 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
27
28
29
30
31
32
33
34
35
36
37
38
39
cryptography<4

# requirements leveraged by ci for testing
pytest==4.6.9; python_version == '2.7'
pytest==5.4.2; python_version >= '3.5' and python_version <= '3.9'
pytest==6.2.4; python_version >= '3.10'
pytest-asyncio==0.12.0; python_version >= '3.5'
pytest-cov==2.8.1
pytest-custom-exit-code==0.3.0
pytest-xdist==1.32.0
# we pin coverage to 4.5.4 because there is an bug with `pytest-cov`. the generated coverage files cannot be `coverage combine`ed
coverage==4.5.4
bandit==1.6.2
protobuf==3.17.3; python_version == '2.7'
chardet>=2.0,<5.0
cmarkgfm<0.7.0

# locking packages defined as deps from azure-sdk-tools or azure-devtools
pytoml==0.1.21
readme-renderer[md]==25.0
pyOpenSSL==21.0.0
json-delta==2.0
ConfigArgParse==1.2.3
six==1.14.0
pyyaml==5.3.1
packaging==20.4
Jinja2==2.11.2
markupsafe==2.0.1; python_version > '2.7'
markupsafe==1.1.1; python_version == '2.7'
wrapt==1.12.1; python_version <= '3.10'
wrapt==1.14.1; python_version >= '3.11'

# Locking pylint and required packages
pylint==1.8.4; python_version < '3.4'
pylint==2.9.3; python_version >= '3.6' and python_version <= '3.10'
pylint==2.14.5; python_version >= '3.11'

# python-dotenv
python-dotenv==0.15.0