pytest-html/Pipfile

16 lines
339 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
tox = "*"
flake8 = "==4.0.1" # also bump this in .pre-commit-config.yaml
black = "==22.3.0" # also bump this in .pre-commit-config.yaml
pre-commit = "*"
pytest-rerunfailures = "*"
[packages]
pytest-html = {editable = true,path = "."}