Skip to content

Commit

Permalink
Depend on the current latest dev version of Behave
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed May 8, 2023
1 parent 7eb0a51 commit cab69bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ Version Support
*behave-django* is `tested against`_ the officially supported combinations of
Python and Django (Django 3.2, 4.1, 4.2 on Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11).

The version of `behave`_ is not tied to our integration (read: "independent").
We test against the latest release on PyPI, and run a sample against Behave's
current ``main`` branch.
*behave-django* requires a few newer features of *behave* and hence installs
a recent unreleased version of `behave`_ as a dependency.

.. docs-marker
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beautifulsoup4
behave@git+http://github.com/behave/behave.git@v1.2.7.dev2#egg=behave # behave>=1.2.7
django>=2.2
behave@git+http://github.com/behave/behave.git@v1.2.7.dev3#egg=behave # behave>=1.2.7
django>=3.2

0 comments on commit cab69bc

Please sign in to comment.