Skip to content

Commit 4d24c41

Browse files
beliaev-maksimcsernazs
authored andcommitted
move pytest.ini content into pyproject.toml
1 parent eec1c2c commit 4d24c41

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ pytest_httpserver = "pytest_httpserver.pytest_plugin"
8787
[tool.poetry.urls]
8888
"Bug Tracker" = "https://github.com/csernazs/pytest-httpserver/issues"
8989

90+
[tool.pytest.ini_options]
91+
markers = [
92+
"ssl: set up ssl context",
93+
]
94+
9095
[build-system]
9196
requires = ["poetry-core>=1.0.0"]
9297
build-backend = "poetry.core.masonry.api"

pytest.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)