summaryrefslogtreecommitdiff
path: root/misc/requirements/requirements-tests.txt-raw
blob: 4d6932c82aad9f5b5c7e211bbcfd34f33726b1c9 (plain)
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
beautifulsoup4
cheroot
coverage
Flask
hypothesis
pytest
pytest-bdd
pytest-benchmark
pytest-cov
pytest-instafail
pytest-mock
pytest-qt
pytest-rerunfailures
pytest-xvfb

## optional:
# To test :debug-trace, gets skipped if hunter is not installed
hunter
# To test scripts/dev/run_vulture.py which is not part of the release tarball
vulture
# For colored pytest output (though also a direct qutebrowser dependency))
pygments
# Output folding on Travis
pytest-travis-fold
# --repeat switch (used to manually repeat tests)
pytest-repeat

#@ markers: jaraco.functools python_version>="3.6"
#@ add: jaraco.functools==2.0; python_version<"3.6"  # rq.filter: <= 2.0
#@ ignore: Jinja2, MarkupSafe, colorama