Preparing release version 3.6.4

This commit is contained in:
Bruno Oliveira
2018-07-28 12:59:04 +00:00
parent 7f27512a48
commit 317cd41215
11 changed files with 57 additions and 9 deletions

View File

@@ -1 +0,0 @@
Remove obsolete ``__future__`` imports.

View File

@@ -1 +0,0 @@
Add CITATION to provide information on how to formally cite pytest.

View File

@@ -1 +0,0 @@
Use ``smtp_connection`` instead of ``smtp`` in fixtures documentation to avoid possible confusion.

View File

@@ -1 +0,0 @@
Replace broken type annotations with type comments.

View File

@@ -1 +0,0 @@
Pin ``pluggy`` to ``<0.8``.

View File

@@ -1 +0,0 @@
Invoke pytest using ``-mpytest`` so ``sys.path`` does not get polluted by packages installed in ``site-packages``.