summaryrefslogtreecommitdiff
path: root/misc/requirements/requirements-tests-bleeding.txt
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-17 13:56:01 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-17 14:18:21 +0100
commit7b24ac9df77a5601836ceecb1cc39bd54f7792f8 (patch)
treeec932dd68bf577c6e9e15f804ea0ac318becc99e /misc/requirements/requirements-tests-bleeding.txt
parent32d3f1d256f41a5a4af6fee2a442922a47930fd3 (diff)
downloadqutebrowser-7b24ac9df77a5601836ceecb1cc39bd54f7792f8.tar.gz
qutebrowser-7b24ac9df77a5601836ceecb1cc39bd54f7792f8.zip
tox: Add a bleeding environment
See #6298
Diffstat (limited to 'misc/requirements/requirements-tests-bleeding.txt')
-rw-r--r--misc/requirements/requirements-tests-bleeding.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt
new file mode 100644
index 000000000..cbefb99f3
--- /dev/null
+++ b/misc/requirements/requirements-tests-bleeding.txt
@@ -0,0 +1,37 @@
+# Problematic: needs bzr
+# bzr+lp:beautifulsoup
+beautifulsoup4
+git+https://github.com/cherrypy/cheroot.git
+git+https://github.com/nedbat/coveragepy.git
+git+https://github.com/pallets/flask.git
+git+https://github.com/pallets/werkzeug.git # transitive dep, but needed to work
+git+https://github.com/HypothesisWorks/hypothesis.git#subdirectory=hypothesis-python
+git+https://github.com/pytest-dev/pytest.git
+git+https://github.com/pytest-dev/pytest-bdd.git
+git+https://github.com/ionelmc/pytest-benchmark.git
+git+https://github.com/pytest-dev/pytest-instafail.git
+git+https://github.com/pytest-dev/pytest-mock.git
+git+https://github.com/pytest-dev/pytest-qt.git
+git+https://github.com/pytest-dev/pytest-rerunfailures.git
+
+git+https://github.com/ionelmc/python-hunter.git
+git+https://github.com/jendrikseipp/vulture.git
+git+https://github.com/pygments/pygments.git
+git+https://github.com/pytest-dev/pytest-repeat.git
+git+https://github.com/pytest-dev/pytest-cov.git
+git+https://github.com/The-Compiler/pytest-xvfb.git
+git+https://github.com/pytest-dev/pytest-xdist.git
+git+https://github.com/hjwp/pytest-icdiff.git
+git+https://github.com/john-kurkowski/tldextract
+# Problematic: needs rust (and some time to build)
+# git+https://github.com/ArniDagur/python-adblock.git
+adblock ; python_version!="3.10"
+
+## qutebrowser dependencies
+
+git+https://github.com/pallets/jinja.git
+git+https://github.com/yaml/pyyaml.git
+git+https://github.com/tartley/colorama.git
+
+# https://github.com/pyparsing/pyparsing/issues/271
+pyparsing!=3.0.0b2,!=3.0.0b1