Skip to content

Commit 5bff99e

Browse files
committedMar 25, 2017
Vendoring ast-decompiler
Ideally, as a testing utility, we should avoid potential library collisions. Since it's entirely possible that at project that is using Specter to test will also use something named ast_decompiler, I believe the best option for Specter is to vendor this dependency.
1 parent 08ca6bb commit 5bff99e

File tree

4 files changed

+1023
-2
lines changed

4 files changed

+1023
-2
lines changed
 

‎.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[run]
22
branch = True
33
source = coveralls,specter
4-
omit = tests/*, *pyevents*, *unittest*, *pynsive*, *six*, *python2*, *python3*, *pypy*
4+
omit = tests/*, specter/vendor/*, *pyevents*, *unittest*, *pynsive*, *six*, *python2*, *python3*, *pypy*

‎specter/vendor/__init__.py

Whitespace-only changes.

‎specter/vendor/ast_decompiler.py

+1,021
Large diffs are not rendered by default.

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ commands = flake8
1212

1313
[flake8]
1414
ignore = H301,H405,H702
15-
exclude = .tox,docs,build,setup.py
15+
exclude = .tox,docs,build,setup.py,specter/vendor/*

0 commit comments

Comments
 (0)
Please sign in to comment.