summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst5
-rw-r--r--tox.ini4
2 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3fa11b9..421f10c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,8 @@
+4.3
+===
+
+* #42: Update project metadata, including pyproject.toml declaration.
+
4.2
===
diff --git a/tox.ini b/tox.ini
index 70b0be7..28e0f1d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,10 @@ minversion = 2.4
[testenv]
deps =
setuptools>=31.0.1
+ # workaround for https://github.com/manahl/pytest-plugins/issues/110
+ pytest < 4
+ # workaround for https://github.com/manahl/pytest-plugins/issues/122
+ virtualenv
commands =
pytest {posargs}
usedevelop = True