Skip to content

Commit

Permalink
fix doctests and comment out conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobson Lane committed Oct 11, 2018
1 parent 5bd2a8c commit c43445b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 136 deletions.
117 changes: 0 additions & 117 deletions src/pugnlp/skeleton.py

This file was deleted.

3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Dummy conftest.py for pugnlp.
Expand All @@ -7,6 +6,6 @@
Read more about conftest.py under:
https://pytest.org/latest/plugins.html
"""
from __future__ import print_function, absolute_import, division
# from __future__ import print_function, absolute_import, division

# import pytest
17 changes: 0 additions & 17 deletions tests/test_skeleton.py

This file was deleted.

0 comments on commit c43445b

Please sign in to comment.