Merge pull request #638 from AizenGlobal/hotfix/master_to_main

[HOTFIX] rename pytest's branch(master to main)
This commit is contained in:
Bruno Oliveira
2021-03-20 11:08:42 -03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
changelog/638.bugfix.rst Normal file
View File

@@ -0,0 +1 @@
Fix issue caused by changing the branch name of the pytest repository.

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}