summaryrefslogtreecommitdiff
path: root/misc/requirements/requirements-tests.txt-raw
blob: 0c9e3928f731b9c5b86acdc1d6d902d31f72cea2 (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
31
32
33
34
35
36
37
38
39
40
beautifulsoup4
# https://github.com/cherrypy/cheroot/issues/341
cheroot!=8.4.8
coverage
Flask
hypothesis
pytest
pytest-bdd
pytest-benchmark
pytest-instafail
pytest-mock
pytest-qt
pytest-rerunfailures

## 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
# --repeat switch (used to manually repeat tests)
pytest-repeat
# For coverage tests
pytest-cov
# To avoid windows from popping up
pytest-xvfb
PyVirtualDisplay
# To run on multiple cores with -n
pytest-xdist
# For nicer output
pytest-icdiff
pytest-clarity

# Needed to test misc/userscripts/qute-lastpass
tldextract
# https://github.com/urllib3/urllib3/issues/2071
urllib3!=1.26.0,!=1.26.1,!=1.26.2

#@ ignore: Jinja2, MarkupSafe, colorama