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 f4a2630 commit e094b7b
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 42 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,5 @@
'pytest',
'pytest-cov',
],
'docs': [
'sphinx>=1.0.7',
'sphinx_rtd_theme',
],
},
)
2 changes: 0 additions & 2 deletions tests/test_cleanup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import unittest

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

import unittest

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

import unittest

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

from io import StringIO

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

import re
import unittest

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

import os
import sys
from io import StringIO
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utilities/test_csvcut.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import sys
from unittest.mock import patch

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

import sys
from io import StringIO
from unittest.mock import patch
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utilities/test_csvgrep.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import sys
from unittest.mock import patch

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

import sys
from unittest.mock import patch

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

import json
import sys
from io import StringIO
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utilities/test_csvlook.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import sys
from io import StringIO
from unittest.mock import patch
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utilities/test_csvsort.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import sys
from io import StringIO
from unittest.mock import patch
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utilities/test_csvsql.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import os
import sys
from io import StringIO
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utilities/test_csvstack.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import sys
from unittest.mock import patch

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

import sys
from unittest.mock import patch

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

import os
import sys
from io import StringIO
Expand Down
2 changes: 0 additions & 2 deletions tests/test_utilities/test_sql2csv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

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

"""
To test standard input (without piped data), run each of:
Expand Down

0 comments on commit e094b7b

Please sign in to comment.