Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Dec 21, 2019
1 parent b8aebed commit 2ca86ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ def setUp(self):
self.assertTrue(os.path.isdir(self.dir))

def _collect_shared(self, name):
# stdlib extensions are not in subdirectories
if '/' in name:
return None

return name.split('.', 1)[0]

def _collect_file(self, name):
Expand Down

0 comments on commit 2ca86ec

Please sign in to comment.