We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38d87e commit 16e4f4cCopy full SHA for 16e4f4c
setup.py
@@ -44,9 +44,5 @@
44
'pytest',
45
'pytest-cov',
46
],
47
- 'docs': [
48
- 'Sphinx>=1.2.2',
49
- 'sphinx_rtd_theme>=0.1.6',
50
- ],
51
}
52
)
tests/test_source.py
@@ -1,5 +1,3 @@
1
-#!/usr/bin/env python
2
-
3
import agate
4
5
import agatelookup
tests/test_table.py
from unittest.mock import patch
0 commit comments