diff --git a/.gitignore b/.gitignore index e4ff9349..6025462b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.py[cod] __pycache__ +.pytest_cache #py.test .cache diff --git a/dev-requirements.txt b/dev-requirements.txt index 56465019..173d3890 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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 diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..c1ea2797 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +log_level=NOTSET +ignore=env \ No newline at end of file