Skip to content

Commit 5890189

Browse files
authored
[refactor] Renamed master branch to main. (#581)
Main is now the default Git branch. Signed-off-by: Michael Seifert <[email protected]>
1 parent 0ad6942 commit 5890189

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
schedule:
77
interval: weekly
88
open-pull-requests-limit: 10
9-
target-branch: master
9+
target-branch: main
1010
- package-ecosystem: github-actions
1111
directory: /
1212
schedule:

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [main]
77
tags: [v*]
88
pull_request:
9-
branches: [master]
9+
branches: [main]
1010
workflow_dispatch:
1111

1212
env:

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-asyncio
55
:target: https://pypi.python.org/pypi/pytest-asyncio
66
.. image:: https://github.com/pytest-dev/pytest-asyncio/workflows/CI/badge.svg
77
:target: https://github.com/pytest-dev/pytest-asyncio/actions?workflow=CI
8-
.. image:: https://codecov.io/gh/pytest-dev/pytest-asyncio/branch/master/graph/badge.svg
8+
.. image:: https://codecov.io/gh/pytest-dev/pytest-asyncio/branch/main/graph/badge.svg
99
:target: https://codecov.io/gh/pytest-dev/pytest-asyncio
1010
.. image:: https://img.shields.io/pypi/pyversions/pytest-asyncio.svg
1111
:target: https://github.com/pytest-dev/pytest-asyncio
@@ -31,7 +31,7 @@ are advised to use `unittest.IsolatedAsyncioTestCase <https://docs.python.org/3/
3131
or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/latest>`__.
3232

3333

34-
pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/master/LICENSE>`_.
34+
pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/main/LICENSE>`_.
3535

3636

3737
Installation

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ are advised to use `unittest.IsolatedAsyncioTestCase <https://docs.python.org/3/
2727
or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/latest>`__.
2828

2929

30-
pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/master/LICENSE>`_.
30+
pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/main/LICENSE>`_.

0 commit comments

Comments
 (0)