[HOTFIX] rename pytest's branch(master to main)

This commit is contained in:
baekdohyeop
2021-03-15 13:02:19 +09:00
parent 1189ae4b91
commit f5342962ab
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ envlist=
extras = testing
deps =
pytestlatest: pytest
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
pytestmaster: git+https://github.com/pytest-dev/pytest.git@main
commands=
pytest {posargs}