File: test-requirements.txt

package info (click to toggle)
python-zaqarclient 4.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 832 kB
  • sloc: python: 4,417; makefile: 18; sh: 2
file content (15 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Hacking already pins down pep8, pyflakes and flake8
hacking>=6.1.0,<6.2.0 # Apache-2.0

# Unit testing
fixtures>=3.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT

# Test runner
stestr>=1.0.0 # Apache-2.0

# Metrics and style
coverage!=4.4,>=4.0 # Apache-2.0

ddt>=1.0.1 # MIT
requests-mock>=1.2.0 # Apache-2.0