We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1189ae4 + f534296 commit 1637dc1Copy full SHA for 1637dc1
changelog/638.bugfix.rst
@@ -0,0 +1 @@
1
+Fix issue caused by changing the branch name of the pytest repository.
tox.ini
@@ -9,7 +9,7 @@ envlist=
9
extras = testing
10
deps =
11
pytestlatest: pytest
12
- pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
+ pytestmaster: git+https://github.com/pytest-dev/pytest.git@main
13
commands=
14
pytest {posargs}
15
0 commit comments