Skip to content

Commit

Permalink
Remove unused configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 16, 2018
1 parent 24f76a0 commit 78d07cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .landscape.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions test/test_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ def get_tests():

suite = []
for fname in os.listdir(input_dir):
# for debugging only
if fname != 'func_noerror_ignore_meta_subclass.py':
continue

if fname != '__init__.py' and fname.endswith('.py'):
suite.append(test_functional.FunctionalTestFile(input_dir, fname))
return suite
Expand Down
7 changes: 0 additions & 7 deletions tox.ini

This file was deleted.

0 comments on commit 78d07cb

Please sign in to comment.