Skip to content

Commit bab3609

Browse files
committed
add pytest-httpserver to test deps
1 parent 3e4c460 commit bab3609

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
testing = [
1717
"tox",
1818
"pytest", # https://docs.pytest.org/en/latest/contents.html
19+
"pytest-httpserver", # Provides httpserver fixture for mocking HTTP requests
1920
"pyld",
2021
"pyshacl",
2122
"schema_salad",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ deps =
99
pyld
1010
pyshacl
1111
schema_salad
12+
pytest-httpserver
1213
commands =
1314
pytest tests --color=yes --basetemp={envtmpdir} {posargs:-v}

0 commit comments

Comments
 (0)