Skip to content

Commit 1637dc1

Browse files
authored
Merge pull request #638 from AizenGlobal/hotfix/master_to_main
[HOTFIX] rename pytest's branch(master to main)
2 parents 1189ae4 + f534296 commit 1637dc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/638.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix issue caused by changing the branch name of the pytest repository.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ envlist=
99
extras = testing
1010
deps =
1111
pytestlatest: pytest
12-
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
12+
pytestmaster: git+https://github.com/pytest-dev/pytest.git@main
1313
commands=
1414
pytest {posargs}
1515

0 commit comments

Comments
 (0)