Skip to content

Commit

Permalink
(FIX) tox python 3.5 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dfirst committed Jun 5, 2019
1 parent fce5f72 commit d8e03fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tests/test_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,5 @@ def test_lang_code_duplicates_validation(self):

@override_settings(MODELTRANS_AVAILABLE_LANGUAGES=("nl", "bg", "ar"), LANGUAGE_CODE="en")
def test_languages_ordering(self):
"""
Test.
"""
self.assertEqual(("en", "nl", "bg", "ar"), get_available_languages())
self.assertEqual(("nl", "bg", "ar"), get_available_languages(include_default=False))
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ basepython =

# workaround for Error installing '...django-tables2': editable mode is not supported for pyproject.toml-style projects.
# https://github.com/pypa/pip/issues/6434
install_command = python -m pip install --no-use-pep517 {opts} {packages}
# install_command = python -m pip install --no-use-pep517 {opts} {packages}

usedevelop = true
pip_pre = true
Expand Down

0 comments on commit d8e03fc

Please sign in to comment.