diff --git a/doc/en/talks.rst b/doc/en/talks.rst
index eef3f7e10..639c07287 100644
--- a/doc/en/talks.rst
+++ b/doc/en/talks.rst
@@ -23,6 +23,8 @@ Books
Talks and blog postings
---------------------------------------------
+- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides `_, `video in spanish `_)
+
- `Pythonic testing, Igor Starikov (Russian, PyNsk, November 2016)
`_.
@@ -69,8 +71,6 @@ Talks and blog postings
- `monkey patching done right`_ (blog post, consult `monkeypatch plugin`_ for up-to-date API)
-- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides `_, `video in spanish `_)
-
Test parametrization:
- `generating parametrized tests with fixtures`_.