Skip to content

Commit

Permalink
Pin beancount version to 2 for tox
Browse files Browse the repository at this point in the history
after the latest beangulp update beancount 3 is installed by default, which outputs metadata in insertion order whih breaks tests.
  • Loading branch information
OSadovy committed Oct 9, 2023
1 parent 03ea68a commit adf4cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ passenv =
HOME
SETUPTOOLS_*
PYTHONUTF8
deps = beancount==2.3.5
extras =
testing
commands =
Expand Down

0 comments on commit adf4cc5

Please sign in to comment.