Skip to content

Commit

Permalink
Add comment on lines needed for legacy setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jan 18, 2017
1 parent d735d33 commit c2ac0a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fipy/tests/testClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def finalize_options(self):
if self.really_all:
self.viewers = True

# If we drop setuptools < 18.0, the remaining lines can probably be removed

self.test_args = list(self._test_args())

if noSuiteOrModule:
Expand Down

0 comments on commit c2ac0a8

Please sign in to comment.