From f5342962ab30bd8522e0af2ea1469b5149bde370 Mon Sep 17 00:00:00 2001 From: baekdohyeop Date: Mon, 15 Mar 2021 13:02:19 +0900 Subject: [PATCH] [HOTFIX] rename pytest's branch(master to main) --- changelog/638.bugfix.rst | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/638.bugfix.rst diff --git a/changelog/638.bugfix.rst b/changelog/638.bugfix.rst new file mode 100644 index 00000000..7fb978cb --- /dev/null +++ b/changelog/638.bugfix.rst @@ -0,0 +1 @@ +Fix issue caused by changing the branch name of the pytest repository. diff --git a/tox.ini b/tox.ini index dfa7860f..9dc2b848 100644 --- a/tox.ini +++ b/tox.ini @@ -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}