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
  • Loading branch information
GuillemCalidae committed Feb 3, 2022
1 parent 40a191d commit d41018c
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 d41018c

Please sign in to comment.