Merge pull request #164 from hugovk/skip

Skip tests caused by the broken Last.fm API
This commit is contained in:
Hugo 2016-01-08 12:22:32 +02:00
commit 59738685dc
2 changed files with 183 additions and 18 deletions

33
.gitignore vendored
View file

@ -1,6 +1,7 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
@ -8,11 +9,12 @@ __pycache__/
# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
@ -22,6 +24,12 @@ var/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
@ -30,33 +38,22 @@ pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
output.html
output.xml
*,cover
.hypothesis/
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
*.pot
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/
# Test files
test_pylast.yaml
lastfm.txt.pkl
secrets.sh
.dir-locals.el
# PyBuilder
target/

File diff suppressed because it is too large Load diff