Skip to content

Commit

Permalink
Drop 2to3 dependency since it's no longer required
Browse files Browse the repository at this point in the history
Setuptools 5.8 version dropped support for 2to3 library, hence the flag's deprecated and makes the build fail
  • Loading branch information
GuillemCalidae committed Feb 3, 2022
1 parent 40a191d commit 0a878e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,4 @@ def get_require_version(name):
test_suite='tests',
test_loader='trytond.test_loader:Loader',
tests_require=tests_require,
use_2to3=True,
)

0 comments on commit 0a878e4

Please sign in to comment.