[HOTFIX] rename pytest's branch(master to main)
This commit is contained in:
1
changelog/638.bugfix.rst
Normal file
1
changelog/638.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Fix issue caused by changing the branch name of the pytest repository.
|
||||||
2
tox.ini
2
tox.ini
@@ -9,7 +9,7 @@ envlist=
|
|||||||
extras = testing
|
extras = testing
|
||||||
deps =
|
deps =
|
||||||
pytestlatest: pytest
|
pytestlatest: pytest
|
||||||
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
|
pytestmaster: git+https://github.com/pytest-dev/pytest.git@main
|
||||||
commands=
|
commands=
|
||||||
pytest {posargs}
|
pytest {posargs}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user