Skip to content

Commit

Permalink
Merge pull request #638 from AizenGlobal/hotfix/master_to_main
Browse files Browse the repository at this point in the history
[HOTFIX] rename pytest's branch(master to main)
  • Loading branch information
nicoddemus authored Mar 20, 2021
2 parents 1189ae4 + f534296 commit 1637dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/638.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix issue caused by changing the branch name of the pytest repository.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1637dc1

Please sign in to comment.