Skip to content

Commit

Permalink
Merge 9b8af02 into 3e24f3c
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-nie committed Nov 18, 2019
2 parents 3e24f3c + 9b8af02 commit 69938f8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ filterwarnings =
markers =
pep8: workaround for https://bitbucket.org/pytest-dev/pytest-pep8/issues/23/
pep8maxlinelength = 100
addopts = --cov=pypuppetdb --cov-report=term-missing
norecursedirs = docs .tox venv .eggs lib
python_files = tests/*.py
21 changes: 11 additions & 10 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
-r requirements.txt
coveralls
bandit
coverage==4.5.4
pep8==1.7.1
mock==3.0.5
pytest==5.2.2
pytest-cov==2.8.1
pytest-pep8==1.0.6
pytest-mock==1.11.2
pytest-mypy==0.4.2
cov-core==1.15.0
mypy==0.740
coverage
pep8
mock
pytest
pytest-cov
pytest-pep8
pytest-mock
pytest-mypy
cov-core
mypy
httpretty
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
httpretty==0.9.7
requests==2.22.0
six==1.13.0
7 changes: 1 addition & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@ cover-package = pypuppetdb
[flake8]
exclude=venv

[tool:pytest]
addopts = --cov=pypuppetdb --cov-report=term-missing
norecursedirs = docs .tox venv .eggs lib
python_files = tests/*.py

[mypy]
python_version = 3.8
ignore_missing_imports=True
ignore_errors=False
pretty=True

[mypy-setup,puppetboard.docker_settings]
[mypy-setup]
ignore_errors = True

[bdist_wheel]
Expand Down

0 comments on commit 69938f8

Please sign in to comment.