|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 0.5.0 |
4 | | -* Remove MypyItem.mypy_path |
| 3 | +## [0.6.0](https://github.com/dbader/pytest-mypy/milestone/10) |
| 4 | +* Inject a test that checks the mypy exit status |
| 5 | + |
| 6 | +## [0.5.0](https://github.com/dbader/pytest-mypy/milestone/9) |
| 7 | +* Remove `MypyItem.mypy_path` |
5 | 8 | * Add support for pytest-xdist |
6 | 9 | * Add a configurable name to MypyItem node IDs |
7 | 10 |
|
8 | | -See [the milestone](https://github.com/dbader/pytest-mypy/milestone/9) for details. |
9 | | - |
10 | | -## 0.4.2 |
11 | | -* Make success message green instead of red. |
12 | | -* Remove Python 3.8 beta/dev references. |
13 | | -* Stop blacklisting early 0.5x and 0.7x mypy releases. |
14 | | - |
15 | | -See [the milestone](https://github.com/dbader/pytest-mypy/milestone/8) for details. |
| 11 | +## [0.4.2](https://github.com/dbader/pytest-mypy/milestone/8) |
| 12 | +* Make success message green instead of red |
| 13 | +* Remove Python 3.8 beta/dev references |
| 14 | +* Stop blacklisting early 0.5x and 0.7x mypy releases |
16 | 15 |
|
17 | | -## 0.4.1 |
18 | | -* Stop overlapping `python_version`s in `install_requires`. |
| 16 | +## [0.4.1](https://github.com/dbader/pytest-mypy/milestone/7) |
| 17 | +* Stop overlapping `python_version`s in `install_requires` |
19 | 18 |
|
20 | | -## 0.4.0 |
21 | | -* Run mypy once per session instead of once per file. |
22 | | -* Stop passing --incremental (which mypy now defaults to). |
23 | | -* Support configuring the plugin in a conftest.py. |
| 19 | +## [0.4.0](https://github.com/dbader/pytest-mypy/milestone/6) |
| 20 | +* Run mypy once per session instead of once per file |
| 21 | +* Stop passing --incremental (which mypy now defaults to) |
| 22 | +* Support configuring the plugin in a conftest.py |
24 | 23 | * Add support for Python 3.8 |
25 | 24 |
|
26 | | -See [the milestone](https://github.com/dbader/pytest-mypy/milestone/6) for details. |
27 | | - |
28 | | -## 0.3.3 |
| 25 | +## [0.3.3](https://github.com/dbader/pytest-mypy/milestone/3) |
29 | 26 | * Register `mypy` marker. |
30 | | -* Add a PEP-518 [build-system] |
31 | | -* Add dependency pins for Python 3.4. |
| 27 | +* Add a PEP 518 `[build-system]` |
| 28 | +* Add dependency pins for Python 3.4 |
32 | 29 | * Add support for Python 3.7 |
33 | 30 |
|
34 | | -See [the milestone](https://github.com/dbader/pytest-mypy/milestone/3) for details. |
35 | | - |
36 | | -## 0.3.2 |
| 31 | +## [0.3.2](https://github.com/dbader/pytest-mypy/milestone/2) |
37 | 32 | * Add `mypy` marker to run mypy checks only |
38 | 33 |
|
39 | | -## 0.3.1 |
40 | | -* See [the milestone](https://github.com/dbader/pytest-mypy/milestone/1?closed=1) for a description of the changes in this release. |
| 34 | +## [0.3.1](https://github.com/dbader/pytest-mypy/milestone/1) |
| 35 | +* Only depend on `mypy.api` |
| 36 | +* Add `--mypy-ignore-missing-imports` |
| 37 | +* Invoke `mypy` with `--incremental` |
41 | 38 |
|
42 | | -## 0.3.0 |
| 39 | +## [0.3.0](https://github.com/dbader/pytest-mypy/milestone/5) |
43 | 40 | * Change `mypy` dependency to pull in `mypy` instead of `mypy-lang` |
0 commit comments