Skip to content

Commit

Permalink
test: Remove shebang. chore: Remove docs extras.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 3, 2023
1 parent 21481c2 commit 9eb29ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,5 @@
'pytest',
'pytest-cov',
],
'docs': [
'Sphinx>=1.2.2',
'sphinx_rtd_theme>=0.1.6',
],
}
)
2 changes: 0 additions & 2 deletions tests/test_aggregations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import warnings
from decimal import Decimal

Expand Down
2 changes: 0 additions & 2 deletions tests/test_table.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

try:
import unittest2 as unittest
except ImportError:
Expand Down
2 changes: 0 additions & 2 deletions tests/test_tableset.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

try:
import unittest2 as unittest
except ImportError:
Expand Down

0 comments on commit 9eb29ca

Please sign in to comment.