Merge pull request #1303 from GNS3/pyup-update-pytest-3.3.2-to-3.4.1

Update pytest to 3.4.1
pull/1304/head
ziajka 6 years ago committed by GitHub
commit 89b352890c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -1,5 +1,6 @@
*.py[cod]
__pycache__
.pytest_cache
#py.test
.cache

@ -1,7 +1,6 @@
-rrequirements.txt
sphinx==1.6.6
pytest==3.3.2
pytest==3.4.1
pep8==1.7.1
pytest-catchlog==1.2.2
pytest-timeout==1.2.1

@ -0,0 +1,3 @@
[pytest]
log_level=NOTSET
ignore=env
Loading…
Cancel
Save