diff options
author | Florian Bruhin <me@the-compiler.org> | 2022-07-05 11:08:12 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2022-07-05 11:08:12 +0200 |
commit | 99f65a13e77b7e756c54801cbd8cb707d5833abc (patch) | |
tree | 6b6d2afd6a91e5b2c78a1d7ea8416470f6af4d2b /misc | |
parent | e78ddee519f8004d083906f910c301fd1a84f4c4 (diff) | |
download | qutebrowser-99f65a13e77b7e756c54801cbd8cb707d5833abc.tar.gz qutebrowser-99f65a13e77b7e756c54801cbd8cb707d5833abc.zip |
bleeding requirements: Back to pytest-bdd master
See https://github.com/pytest-dev/pytest-bdd/pull/524
Diffstat (limited to 'misc')
-rw-r--r-- | misc/requirements/requirements-tests-bleeding.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt index fca7328f8..f1ad30158 100644 --- a/misc/requirements/requirements-tests-bleeding.txt +++ b/misc/requirements/requirements-tests-bleeding.txt @@ -7,9 +7,7 @@ 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 -# Problematic: https://github.com/pytest-dev/pytest-bdd/issues/447 -# git+https://github.com/pytest-dev/pytest-bdd.git -pytest-bdd<5 +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 |