summaryrefslogtreecommitdiff
path: root/misc/requirements/requirements-tests.txt-raw
blob: 6338a1a977265f0d4cfb95901f6ff9ccdd931014 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
beautifulsoup4
cheroot
coverage
Flask
hypothesis
pytest
# https://github.com/pytest-dev/pytest-bdd/issues/447
pytest-bdd<5
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

# Needed to test misc/userscripts/qute-lastpass
tldextract

#@ ignore: Jinja2, MarkupSafe, colorama

# Python 3.6
#@ markers: jaraco.functools python_version>="3.7"
#@ add: jaraco.functools<3.5 ; python_version=="3.6.*"
#@ markers: tomli python_version>="3.7"
#@ add: tomli<2 ; python_version=="3.6.*"
#@ markers: filelock python_version>="3.7"
#@ add: filelock==3.4.1 ; python_version=="3.6.*"
#@ markers: hypothesis python_version>="3.7"
#@ add: hypothesis<6.32 ; python_version=="3.6.*"
#@ markers: coverage python_version>="3.7"
#@ add: coverage<6.3 ; python_version=="3.6.*"
#@ markers: pytest-mock python_version>="3.7"
#@ add: pytest-mock<3.7 ; python_version=="3.6.*"
#@ markers: itsdangerous python_version>="3.7"
#@ add: itsdangerous<2.1.0 ; python_version=="3.6.*"
#@ markers: tldextract python_version>="3.7"
#@ add: tldextract<3.2.0 ; python_version=="3.6.*"
#@ markers: Mako python_version>="3.7"
#@ add: Mako<1.2.0 ; python_version=="3.6.*"
#@ markers: pytest python_version>="3.7"
#@ add: pytest<7.1.0 ; python_version=="3.6.*"
#@ markers: click python_version>="3.7"
#@ add: click<8.1.0 ; python_version=="3.6.*"
#@ markers: Flask python_version>="3.7"
#@ add: Flask<2.1.0 ; python_version=="3.6.*"
#@ markers: Werkzeug python_version>="3.7"
#@ add: Werkzeug<2.1.0 ; python_version=="3.6.*"
#@ markers: zipp python_version>="3.7"
#@ add: zipp<3.7 ; python_version=="3.6.*"
#@ markers: importlib-metadata python_version=="3.7.*"
#@ add: importlib-metadata<4.9 ; python_version=="3.6.*"