|
4 | 4 | pytest-twisted - test twisted code with pytest |
5 | 5 | ============================================================================== |
6 | 6 |
|
7 | | -|PyPI| |Pythons| |Travis| |AppVeyor| |Actions| |Black| |
| 7 | +|PyPI| |Pythons| |Actions| |Black| |
8 | 8 |
|
9 | 9 | :Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor |
10 | 10 | :Version: 1.14.3 |
11 | 11 | :Date: 2024-08-21 |
12 | | -:Download: https://pypi.python.org/pypi/pytest-twisted#downloads |
| 12 | +:Download: https://pypi.org/project/pytest-twisted/#files |
13 | 13 | :Code: https://github.com/pytest-dev/pytest-twisted |
14 | 14 |
|
15 | 15 |
|
@@ -227,26 +227,18 @@ v1.9 |
227 | 227 |
|
228 | 228 | .. |PyPI| image:: https://img.shields.io/pypi/v/pytest-twisted.svg |
229 | 229 | :alt: PyPI version |
230 | | - :target: https://pypi.python.org/pypi/pytest-twisted |
| 230 | + :target: https://pypi.org/project/pytest-twisted/ |
231 | 231 |
|
232 | 232 | .. |Pythons| image:: https://img.shields.io/pypi/pyversions/pytest-twisted.svg |
233 | 233 | :alt: Supported Python versions |
234 | | - :target: https://pypi.python.org/pypi/pytest-twisted |
235 | | - |
236 | | -.. |Travis| image:: https://travis-ci.org/pytest-dev/pytest-twisted.svg?branch=master |
237 | | - :alt: Travis build status |
238 | | - :target: https://travis-ci.org/pytest-dev/pytest-twisted |
239 | | - |
240 | | -.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/eb1vp9hysp463c66/branch/master?svg=true |
241 | | - :alt: AppVeyor build status |
242 | | - :target: https://ci.appveyor.com/project/pytestbot/pytest-twisted |
| 234 | + :target: https://pypi.org/project/pytest-twisted/ |
243 | 235 |
|
244 | 236 | .. |Actions| image:: https://img.shields.io/github/workflow/status/pytest-dev/pytest-twisted/CI/master?logo=GitHub-Actions |
245 | 237 | :alt: GitHub Actions build status |
246 | 238 | :target: https://github.com/pytest-dev/pytest-twisted/actions?query=branch%3Amaster |
247 | 239 |
|
248 | 240 | .. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg |
249 | 241 | :alt: Black code style |
250 | | - :target: https://github.com/ambv/black |
| 242 | + :target: https://github.com/psf/black |
251 | 243 |
|
252 | 244 | .. _guide: CONTRIBUTING.rst |
0 commit comments