Skip to content

Commit 4a20182

Browse files
authored
Merge pull request #155 from dmtucker/docs
Update docs and links
2 parents 4740b5b + 6ee477d commit 4a20182

File tree

4 files changed

+5
-85
lines changed

4 files changed

+5
-85
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Contributing
44
Contributions are very welcome. Tests can be run with `tox <https://tox.readthedocs.io/en/latest/>`_.
55
Please ensure the coverage at least stays the same before you submit a pull request.
66

7-
.. image:: https://travis-ci.org/dbader/pytest-mypy.svg?branch=master
8-
:target: https://travis-ci.org/dbader/pytest-mypy
9-
:alt: See Build Status on Travis CI
10-
117
Development Environment Setup
128
-----------------------------
139

@@ -21,7 +17,7 @@ Here's how to install pytest-mypy in development mode so you can test your chang
2117
How to publish a new version to PyPI
2218
------------------------------------
2319

24-
Push a tag, and Travis CI will publish it automatically.
20+
Push a tag, and the release will be published automatically.
2521
To publish manually:
2622

2723
.. code-block:: bash

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Meta
6363

6464
Daniel Bader – `@dbader_org`_ – https://dbader.org – [email protected]
6565

66-
https://github.com/dbader/pytest-mypy
66+
https://github.com/realpython/pytest-mypy
6767

6868

6969
.. _`MIT`: http://opensource.org/licenses/MIT
70-
.. _`file an issue`: https://github.com/dbader/pytest-mypy/issues
70+
.. _`file an issue`: https://github.com/realpython/pytest-mypy/issues
7171
.. _`pip`: https://pypi.python.org/pypi/pip/
7272
.. _`PyPI`: https://pypi.python.org/pypi
7373
.. _`mypy`: http://mypy-lang.org/

changelog.md

Lines changed: 1 addition & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,3 @@
11
# Changelog
22

3-
## [0.10.3](https://github.com/dbader/pytest-mypy/milestone/21)
4-
* Stop failing if mypy only produces notes.
5-
6-
## [0.10.2](https://github.com/dbader/pytest-mypy/milestone/20)
7-
* Update and loosen [build-system] requirements.
8-
9-
## [0.10.1](https://github.com/dbader/pytest-mypy/milestone/19)
10-
* Work around https://github.com/python/mypy/issues/14042.
11-
* Add support for Python 3.11.
12-
13-
## [0.10.0](https://github.com/dbader/pytest-mypy/milestone/18)
14-
* Drop support for python<3.6.
15-
16-
## [0.9.1](https://github.com/dbader/pytest-mypy/milestone/17)
17-
* Add support for pytest 7.
18-
19-
## [0.9.0](https://github.com/dbader/pytest-mypy/milestone/14)
20-
* Drop support for pytest<4.6.
21-
* Add --mypy-config-file.
22-
23-
## [0.8.1](https://github.com/dbader/pytest-mypy/milestone/16)
24-
* Add a partial workaround for https://github.com/pytest-dev/pytest/issues/8016.
25-
26-
## [0.8.0](https://github.com/dbader/pytest-mypy/milestone/15)
27-
* Add support for Python 3.9.
28-
* Stop injecting `MypyStatusItem` in `pytest_collection_modifyitems` to fix `--looponfail`.
29-
30-
## [0.7.0](https://github.com/dbader/pytest-mypy/milestone/13)
31-
* Remove the upper bound on `python_requires`.
32-
* Require Python 3.5 or greater.
33-
* Enable custom error formatting.
34-
* Fix compatibility with pytest-xdist 2.
35-
36-
## [0.6.2](https://github.com/dbader/pytest-mypy/milestone/12)
37-
* Stop ignoring `.pyi` files.
38-
39-
## [0.6.1](https://github.com/dbader/pytest-mypy/milestone/11)
40-
* Fix a PytestDeprecationWarning emitted by pytest>=5.4
41-
42-
## [0.6.0](https://github.com/dbader/pytest-mypy/milestone/10)
43-
* Inject a test that checks the mypy exit status
44-
45-
## [0.5.0](https://github.com/dbader/pytest-mypy/milestone/9)
46-
* Remove `MypyItem.mypy_path`
47-
* Add support for pytest-xdist
48-
* Add a configurable name to MypyItem node IDs
49-
50-
## [0.4.2](https://github.com/dbader/pytest-mypy/milestone/8)
51-
* Make success message green instead of red
52-
* Remove Python 3.8 beta/dev references
53-
* Stop blacklisting early 0.5x and 0.7x mypy releases
54-
55-
## [0.4.1](https://github.com/dbader/pytest-mypy/milestone/7)
56-
* Stop overlapping `python_version`s in `install_requires`
57-
58-
## [0.4.0](https://github.com/dbader/pytest-mypy/milestone/6)
59-
* Run mypy once per session instead of once per file
60-
* Stop passing --incremental (which mypy now defaults to)
61-
* Support configuring the plugin in a conftest.py
62-
* Add support for Python 3.8
63-
64-
## [0.3.3](https://github.com/dbader/pytest-mypy/milestone/3)
65-
* Register `mypy` marker.
66-
* Add a PEP 518 `[build-system]`
67-
* Add dependency pins for Python 3.4
68-
* Add support for Python 3.7
69-
70-
## [0.3.2](https://github.com/dbader/pytest-mypy/milestone/2)
71-
* Add `mypy` marker to run mypy checks only
72-
73-
## [0.3.1](https://github.com/dbader/pytest-mypy/milestone/1)
74-
* Only depend on `mypy.api`
75-
* Add `--mypy-ignore-missing-imports`
76-
* Invoke `mypy` with `--incremental`
77-
78-
## [0.3.0](https://github.com/dbader/pytest-mypy/milestone/5)
79-
* Change `mypy` dependency to pull in `mypy` instead of `mypy-lang`
3+
The Changelog has moved to https://github.com/realpython/pytest-mypy/releases

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020
maintainer="David Tucker",
2121
maintainer_email="[email protected]",
2222
license="MIT",
23-
url="https://github.com/dbader/pytest-mypy",
23+
url="https://github.com/realpython/pytest-mypy",
2424
description="Mypy static type checker plugin for Pytest",
2525
long_description=read("README.rst"),
2626
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)