Skip to content

Commit f534296

Browse files
committed
[HOTFIX] rename pytest's branch(master to main)
1 parent 1189ae4 commit f534296

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)